diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-10-18 13:27:48 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:19 +0100 |
commit | df3f31d2d57d86144c36dbedec6d322857847285 (patch) | |
tree | d23f86a8010a2cc50d5040475161dc9056e3a912 /source4/librpc | |
parent | e77a8313195d3ec1917de6c1020355cecc31d10f (diff) | |
download | samba-df3f31d2d57d86144c36dbedec6d322857847285.tar.gz samba-df3f31d2d57d86144c36dbedec6d322857847285.tar.bz2 samba-df3f31d2d57d86144c36dbedec6d322857847285.zip |
r25697: make *clean doesn't work after a svn up when some *.mk files were removed
the error is:
SAMBA_4_0/source> make clean
make: *** No rule to make target `lib/ldb/samba/config.mk', needed by `Makefile'. Stop.
the problem is:
Makefile: config.status $(MK_FILES)
./config.status
so now we let the MK_FILES variable empty for the *clean targets
if gnu make is detected, we should later test if this construct
is portable to other make implementations and remove the check for gnu make.
metze
(This used to be commit 4c8e539af1e8f14bb449c92db3376dec12344e5b)
Diffstat (limited to 'source4/librpc')
0 files changed, 0 insertions, 0 deletions