aboutsummaryrefslogtreecommitdiffstats
path: root/build-root
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2015-12-15 18:57:51 -0500
committerDave Barach <dave@barachs.net>2015-12-15 19:06:39 -0500
commit7210e9470eeeb0ff1a259db1f448011da3774d8c (patch)
tree7ee026f66b0be9add4d1e46ffaacffd04c38e00a /build-root
parent317be0349275f1f461028853d936670729591796 (diff)
Remove autotools generated products
Change-Id: I7f23b8b8e5136cb56768bac3a7473e6df5ee4993 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'build-root')
-rw-r--r--build-root/Makefile2
-rwxr-xr-xbuild-root/autowank1
-rwxr-xr-xbuild-root/bootstrap.sh9
3 files changed, 1 insertions, 11 deletions
diff --git a/build-root/Makefile b/build-root/Makefile
index ca860fa0..ed25a0cc 100644
--- a/build-root/Makefile
+++ b/build-root/Makefile
@@ -768,7 +768,7 @@ find_source_for_package = \
$(call build_msg_fn,No source for $(PACKAGE) in $${g}); \
exit 1; \
fi ; \
- $(call build_msg_fn,Autowanking $${g}/$(PACKAGE_SOURCE)) ; \
+ $(call build_msg_fn,Fix file dates in $${g}/$(PACKAGE_SOURCE)) ; \
(cd $${s} ; $(MU_BUILD_ROOT_DIR)/autowank --touch) ; \
fi ; \
s=`cd $${s} && pwd` ; \
diff --git a/build-root/autowank b/build-root/autowank
index 05897065..21a440df 100755
--- a/build-root/autowank
+++ b/build-root/autowank
@@ -192,7 +192,6 @@ function touchme ()
local older="no"
if [ ! -r "$victim" ] ; then
- echo " Possible problem: No $victim exists. " > /dev/stderr
return
fi
diff --git a/build-root/bootstrap.sh b/build-root/bootstrap.sh
index bc833f12..5c8fe5f1 100755
--- a/build-root/bootstrap.sh
+++ b/build-root/bootstrap.sh
@@ -41,15 +41,6 @@ done
cd $wsroot
-for dir in vppapigen vppinfra sample-plugin svm vlib vlib-api vnet \
- vpp vpp-api-test vpp-japi
-do
- cd $dir
- echo "Autowank in $dir"
- ../build-root/autowank --touch
- cd $wsroot
-done
-
cd $build_root
echo Compile native tools
for tool in vppapigen