1
0
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:
Alexander Bokovoy 2005-04-20 12:03:35 +00:00 committed by Gerald W. Carter
parent b528248ef3
commit 49afe716b0

View File

@ -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)