aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/Makefile
diff options
context:
space:
mode:
authorSimon Chatterjee <code@chatts.net>2020-06-15 17:17:18 +0000
committerDave Barach <openvpp@barachs.net>2020-06-15 18:46:38 +0000
commit810ad343de3bc2680f8f8be67027f87da196f5d1 (patch)
tree4790f9b98b43ccf1738b904f7f80d3b1ff5ef4e3 /build-root/Makefile
parent66ec467cda9955a7d72f1ac0639e42909f4fdea7 (diff)
build: remove un-needed script
The move to cmake obviates the need for this build script (and its terminology). Type: make Signed-off-by: Simon Chatterjee <code@chatts.net> Change-Id: Ie17429bfdf5a4b02ce2b70ba3568a7445c162d38
Diffstat (limited to 'build-root/Makefile')
-rw-r--r--build-root/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/Makefile b/build-root/Makefile
index cc66eedf79c..e5db8b8fe77 100644
--- a/build-root/Makefile
+++ b/build-root/Makefile
@@ -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})