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

tridge at samba.org tridge at samba.org
Tue Jun 28 02:49:36 GMT 2005


Author: tridge
Date: 2005-06-28 02:49:35 +0000 (Tue, 28 Jun 2005)
New Revision: 7977

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

Log:
split up 'make clean' a little more as it is overflowing the command line size limits
on some platforms

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-28 01:50:18 UTC (rev 7976)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-06-28 02:49:35 UTC (rev 7977)
@@ -545,8 +545,12 @@
 	@[ -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_*
 



More information about the samba-cvs mailing list