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

jelmer at samba.org jelmer at samba.org
Wed Aug 3 05:40:45 GMT 2005


Author: jelmer
Date: 2005-08-03 05:40:45 +0000 (Wed, 03 Aug 2005)
New Revision: 8988

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

Log:
Don't remove Makefile.core in distclean...

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 05:36:19 UTC (rev 8987)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-08-03 05:40:45 UTC (rev 8988)
@@ -510,7 +510,7 @@
 distclean: clean
 	-rm -f bin/.dummy
 	-rm -f include/config.h include/smb_build.h
-	-rm -f Makefile*
+	-rm -f Makefile Makefile.in
 	-rm -f config.status
 	-rm -f config.log config.cache
 	-rm -f samba4-deps.dot
@@ -519,7 +519,7 @@
 __EOD__
 
 	if ($config{developer} eq "yes") {
-		$output .= "\t at -rm -f \$(_ALL_OBJS_OBJS:.o=.d)\n";
+		$output .= "\t\@-rm -f \$(_ALL_OBJS_OBJS:.o=.d)\n";
 	}
 
 	$output .= << '__EOD__';



More information about the samba-cvs mailing list