svn commit: samba r7768 - in branches/SAMBA_4_0/source/build/smb_build: .

tridge at samba.org tridge at samba.org
Sun Jun 19 23:21:38 GMT 2005


Author: tridge
Date: 2005-06-19 23:21:37 +0000 (Sun, 19 Jun 2005)
New Revision: 7768

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7768

Log:
use _ALL_OBJS in clean target






Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-06-19 23:17:35 UTC (rev 7767)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-06-19 23:21:37 UTC (rev 7768)
@@ -513,8 +513,10 @@
 	@[ -f $(builddir)/include/proto.h ] || $(MAKE) proto
 
 clean: delheaders
-	-rm -f *.o */*.o */*/*.o */*/*/*.o bin/* bin/.*_*
-	-rm -rf librpc/gen_*
+	@echo Removing objects and binaries
+	@-rm -f $(_ALL_OBJS_OBJS) bin/* bin/.*_*
+	@echo Removing generated files
+	@-rm -rf librpc/gen_*
 
 distclean: clean
 	-rm -f bin/.dummy



More information about the samba-cvs mailing list