svn commit: samba r9026 - in branches/SAMBA_4_0/source/heimdal_build: .

metze at samba.org metze at samba.org
Thu Aug 4 01:33:10 GMT 2005


Author: metze
Date: 2005-08-04 01:33:09 +0000 (Thu, 04 Aug 2005)
New Revision: 9026

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

Log:
remove autogenerated .x and .c files

metze
Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk	2005-08-04 01:30:21 UTC (rev 9025)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2005-08-04 01:33:09 UTC (rev 9026)
@@ -397,7 +397,7 @@
 
 heimdal_clean:
 	@echo Removing generated ASN1 files
-	@-find heimdal/lib/asn1 -name 'asn1_*.[c]' -exec rm -f '{}' \;
+	@-find heimdal/lib/asn1 -name 'asn1_*.[cx]' -exec rm -f '{}' \;
 	@-find heimdal/lib/gssapi -name 'asn1_*.[c]' -exec rm -f '{}' \;
 	@-find heimdal/lib/hdb -name 'asn1_*.[c]' -exec rm -f '{}' \;
 	@-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h



More information about the samba-cvs mailing list