From 8dde165d0f95858a73f4b000196f5a43caeb3526 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 28 Jun 2005 02:49:35 +0000 Subject: r7977: split up 'make clean' a little more as it is overflowing the command line size limits on some platforms (This used to be commit e18dc32074fe56d7ccbcf9cc621a4b88abe957b1) --- source4/build/smb_build/makefile.pm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 34fa0c9f65..a9ac1d76b1 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -545,8 +545,12 @@ proto_test: @[ -f $(builddir)/include/proto.h ] || $(MAKE) proto clean: delheaders - @echo Removing objects and binaries - @-rm -f $(_ALL_OBJS_OBJS) bin/* bin/.*_* + @echo Removing objects + @-rm -f $(_ALL_OBJS_OBJS) + @echo Removing binaries + @-rm -f bin/* + @echo Removing dummy targets + @-rm -f bin/.*_* @echo Removing generated files @-rm -rf librpc/gen_* -- cgit