svn commit: samba r22578 - in branches/SAMBA_3_0/source: .

jelmer at samba.org jelmer at samba.org
Sun Apr 29 21:37:24 GMT 2007


Author: jelmer
Date: 2007-04-29 21:37:24 +0000 (Sun, 29 Apr 2007)
New Revision: 22578

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

Log:
Remove python build directory and generated smbadduser.

Patch originally by the Debian packaging team for Samba.

Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2007-04-29 21:13:13 UTC (rev 22577)
+++ branches/SAMBA_3_0/source/Makefile.in	2007-04-29 21:37:24 UTC (rev 22578)
@@ -1799,6 +1799,7 @@
 
 python_clean:
 	@-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi
+	@-rm -rf build/
 
 # revert to the previously installed version
 revert:
@@ -1990,6 +1991,7 @@
 
 distclean: realclean
 	-rm -f include/stamp-h
+	-rm -f smbadduser
 	-rm -f include/config.h Makefile
 	-rm -f config.status config.cache so_locations
 	-rm -rf .deps TAGS



More information about the samba-cvs mailing list