ebuild: follow symbolic links in find_newer_filtered_fn
[vpp.git] / build-root / Makefile
index cc66eed..7f8d775 100644 (file)
@@ -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})