svn commit: samba r14057 - branches/SAMBA_3_0/source branches/SAMBA_3_0/source/script trunk/source

lmuelle at samba.org lmuelle at samba.org
Wed Mar 8 21:46:17 GMT 2006


Author: lmuelle
Date: 2006-03-08 21:46:16 +0000 (Wed, 08 Mar 2006)
New Revision: 14057

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

Log:
Remove generated script/gen-8bit-gap.sh while calling rule realclean.

Ignore script/gen-8bit-gap.sh in branches/SAMBA_3_0/source/script as we
already do in trunk.

Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0/source/script/
   trunk/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-03-08 21:42:12 UTC (rev 14056)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-03-08 21:46:16 UTC (rev 14057)
@@ -1650,7 +1650,7 @@
 	ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/`
 
 realclean: clean delheaders
-	-rm -f config.log bin/.dummy script/findsmb
+	-rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh
 	-rm -f script/installbin.sh script/uninstallbin.sh
 
 distclean: realclean


Property changes on: branches/SAMBA_3_0/source/script
___________________________________________________________________
Name: svn:ignore
   - findsmb
installbin.sh
uninstallbin.sh

   + findsmb
gen-8bit-gap.sh
installbin.sh
uninstallbin.sh


Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-03-08 21:42:12 UTC (rev 14056)
+++ trunk/source/Makefile.in	2006-03-08 21:46:16 UTC (rev 14057)
@@ -1686,7 +1686,7 @@
 	ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/`
 
 realclean: clean delheaders
-	-rm -f config.log bin/.dummy script/findsmb
+	-rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh
 	-rm -f script/installbin.sh script/uninstallbin.sh
 
 distclean: realclean



More information about the samba-cvs mailing list