X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2FMakefile;h=7f8d7752357f8cc540f3353e21afdd21889e593e;hb=refs%2Fchanges%2F99%2F30599%2F2;hp=cc66eedf79c0aa4edf28fc6dbf62c034488d78ec;hpb=952ec0e0a68ccf5a4c3c00894bb26a25d80910a3;p=vpp.git diff --git a/build-root/Makefile b/build-root/Makefile index cc66eedf79c..7f8d7752357 100644 --- a/build-root/Makefile +++ b/build-root/Makefile @@ -416,7 +416,7 @@ find_filter += -and -not -path '*/.mu_build_*' find_newer_filtered_fn = \ (! -f $(1) \ || -n $(call find_newer_files_fn,$(1),$(3)) \ - || -n "`find -H $(2) \ + || -n "`find -L $(2) \ -type f \ -and -newer $(1) \ -and \( $(4) \) \ @@ -765,7 +765,7 @@ find_source_for_package = \ exit 1; \ fi ; \ $(call build_msg_fn,Fix file dates in $${g}/$(PACKAGE_SOURCE)) ; \ - (cd $${s} ; $(MU_BUILD_ROOT_DIR)/autowank --touch) ; \ + : the timestamp-adjustment script used to be invoked at this point ; \ fi ; \ s=`cd $${s} && pwd` ; \ $(call build_msg_fn,Source found in $${s})