Remove autotools generated products

Change-Id: I7f23b8b8e5136cb56768bac3a7473e6df5ee4993
Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
Dave Barach
2015-12-15 18:57:51 -05:00
parent 317be03492
commit 7210e9470e
103 changed files with 1 additions and 368672 deletions

View File

@ -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` ; \

View File

@ -192,7 +192,6 @@ function touchme ()
local older="no"
if [ ! -r "$victim" ] ; then
echo " Possible problem: No $victim exists. " > /dev/stderr
return
fi

View File

@ -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