r7977: split up 'make clean' a little more as it is overflowing the command line...
authorAndrew Tridgell <tridge@samba.org>
Tue, 28 Jun 2005 02:49:35 +0000 (02:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:55 +0000 (13:18 -0500)
on some platforms

source/build/smb_build/makefile.pm

index 34fa0c9f6556b6c230da29486ff97f08973c7060..a9ac1d76b1af40e94237132775da6d57bd4eed04 100644 (file)
@@ -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_*