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

jelmer at samba.org jelmer at samba.org
Sat Mar 18 23:51:55 GMT 2006


Author: jelmer
Date: 2006-03-18 23:51:55 +0000 (Sat, 18 Mar 2006)
New Revision: 14553

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

Log:
Use double colon feature in the makefile (supported by all buildfarm hosts!)

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


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl	2006-03-18 23:31:40 UTC (rev 14552)
+++ branches/SAMBA_4_0/source/heimdal_build/asn1_deps.pl	2006-03-18 23:51:55 UTC (rev 14553)
@@ -41,7 +41,7 @@
 	}
 }
 close(IN);
-print $prefix."_clean: \n";
+print "clean:: \n";
 print "\t\@echo \"Deleting ASN1 output files generated from $file\"";
 print "\n\t\@rm -f $header";
 foreach $c_file (@c_files) {

Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-03-18 23:31:40 UTC (rev 14552)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-03-18 23:51:55 UTC (rev 14553)
@@ -446,7 +446,7 @@
 	heimdal/lib/krb5/k524_err.h \
 	heimdal/lib/krb5/krb5_err.h
 
-heimdal_clean:	hdb_asn1_clean spnego_asn1_clean krb5_asn1_clean
+clean::	
 	@-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h
 	@-rm -f heimdal/lib/asn1/asn1_err.{c,h}
 	@-rm -f heimdal/lib/hdb/hdb_err.{c,h}

Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-03-18 23:31:40 UTC (rev 14552)
+++ branches/SAMBA_4_0/source/main.mk	2006-03-18 23:51:55 UTC (rev 14553)
@@ -251,7 +251,7 @@
 	idl \
 	heimdal_basics
 
-clean: heimdal_clean clean_pch
+clean:: clean_pch
 	@echo Removing objects
 	@-find . -name '*.o' -exec rm -f '{}' \;
 	@echo Removing hostcc objects



More information about the samba-cvs mailing list