mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Fix a dangerous bug in Makefile which actually allows 'make release' to skip
building 'manpages' target because there is already 'manpages' directory and some make versions are very sensible to what particular file system reports as timestamp for the file or a directory. In particular, this behaviour is reproduceable on some 2.4 kernels with Ext3. Thanks to Dmitry Levin <ldv@altlinux.org> for spotting the bug and providing the fix.
This commit is contained in:
parent
b528248ef3
commit
49afe716b0
@ -304,4 +304,4 @@ clean:
|
||||
|
||||
# Always keep intermediate files if we can
|
||||
.SECONDARY:
|
||||
.PHONY: clean clobber archive release everything all
|
||||
.PHONY: clean clobber archive release everything all $(TARGETS)
|
||||
|
Loading…
Reference in New Issue
Block a user