From 810ad343de3bc2680f8f8be67027f87da196f5d1 Mon Sep 17 00:00:00 2001 From: Simon Chatterjee Date: Mon, 15 Jun 2020 17:17:18 +0000 Subject: 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 Change-Id: Ie17429bfdf5a4b02ce2b70ba3568a7445c162d38 --- build-root/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-root/Makefile') 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}) -- cgit 1.2.3-korg