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

jelmer at samba.org jelmer at samba.org
Wed Aug 3 16:13:44 GMT 2005


Author: jelmer
Date: 2005-08-03 16:13:44 +0000 (Wed, 03 Aug 2005)
New Revision: 9001

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

Log:
Fix warning in make clean

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-08-03 15:22:24 UTC (rev 9000)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-08-03 16:13:44 UTC (rev 9001)
@@ -497,16 +497,12 @@
 	@echo Removing objects
 	@-find . -name '*.o' -exec rm -f '{}' \;
 	@echo Removing binaries
-	@-rm -f bin/*
+	@-rm -f $(BIN_PROGS) $(SBIN_PROGS)
 	@echo Removing dummy targets
 	@-rm -f bin/.*_*
 	@echo Removing generated files
 	@-rm -rf librpc/gen_*
 
-
-
-
-
 distclean: clean
 	-rm -f bin/.dummy
 	-rm -f include/config.h include/smb_build.h



More information about the samba-cvs mailing list