svn commit: samba r18032 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Mon Sep 4 12:31:23 GMT 2006


Author: tridge
Date: 2006-09-04 12:31:23 +0000 (Mon, 04 Sep 2006)
New Revision: 18032

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

Log:

added a 'make distclean'

Modified:
   branches/SAMBA_4_0/source/lib/replace/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-04 12:21:42 UTC (rev 18031)
+++ branches/SAMBA_4_0/source/lib/replace/Makefile.in	2006-09-04 12:31:23 UTC (rev 18032)
@@ -34,4 +34,12 @@
 	$(CC) $(CFLAGS) -c $< -o $@
 
 clean:
-	rm -f *.o
+	rm -f *.o *.a testsuite
+
+distclean: clean
+	rm -f *~ */*~
+	rm -rf autom4te.cache
+	rm -f configure \
+		config.log config.status \
+		replace_config.h
+	rm -f Makefile



More information about the samba-cvs mailing list