Author: abartlet
Date: 2006-01-06 22:55:03 +0000 (Fri, 06 Jan 2006)
New Revision: 12750

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

Log:
Clean up more asn1 generated files (pointed out by <HotaruT>).

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl
   branches/SAMBA_4_0/source/heimdal_build/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl        2006-01-06 
21:45:36 UTC (rev 12749)
+++ branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl        2006-01-06 
22:55:03 UTC (rev 12750)
@@ -50,4 +50,6 @@
 foreach $x_file (@x_files) {
     print "[EMAIL PROTECTED] -f $x_file";
 }
+print "[EMAIL PROTECTED] -f $dirname/$prefix\_files";
+print "[EMAIL PROTECTED] -f $dirname/$prefix\.h";
 print "\n\n";

Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk   2006-01-06 21:45:36 UTC 
(rev 12749)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk   2006-01-06 22:55:03 UTC 
(rev 12750)
@@ -437,9 +437,6 @@
 
 heimdal_clean: hdb_asn1_clean spnego_asn1_clean krb5_asn1_clean
        @-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h
-       @-rm -f heimdal/lib/hdb/hdb_asn1.h
-       @-rm -f heimdal/lib/gssapi/spnego_asn1.h
-       @-rm -f heimdal/lib/asn1/krb5_asn1.h
        @-rm -f heimdal/lib/asn1/asn1_err.{c,h}
        @-rm -f heimdal/lib/hdb/hdb_err.{c,h}
        @-rm -f heimdal/lib/krb5/heim_err.{c,h}

Reply via email to