1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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

(This used to be commit f523c51b34c2305dcf861c542336f161a072a2f0)
This commit is contained in:
Jelmer Vernooij 2006-03-18 23:51:55 +00:00 committed by Gerald (Jerry) Carter
parent e801e013c8
commit 781d122fb6
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ foreach(<IN>) {
}
}
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) {

View File

@ -446,7 +446,7 @@ heimdal_basics: \
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}

View File

@ -251,7 +251,7 @@ basics: include/includes.h \
idl \
heimdal_basics
clean: heimdal_clean clean_pch
clean:: clean_pch
@echo Removing objects
@-find . -name '*.o' -exec rm -f '{}' \;
@echo Removing hostcc objects