aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2021-04-28 00:11:33 +0200
committerFlorin Coras <florin.coras@gmail.com>2021-04-27 23:42:02 +0000
commitac8f936fdc86731db6d7dc67b4f4e4903271001d (patch)
tree2bd6a5b15619ebc00f4c44b6482e53ffefd5b5ed
parent1bc46cd6e3df29996e528c754bc574c57182cf61 (diff)
build: Makefile cleanup
Type: make Change-Id: I751b0a25161c6eb8614ca19f7c77a4de82401f3d Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r--Makefile13
l---------extras/scripts/fts.py (renamed from build-root/scripts/fts.py)0
2 files changed, 3 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 9573d8222a7..e22813135c4 100644
--- a/Makefile
+++ b/Makefile
@@ -529,9 +529,7 @@ endef
endif
%.files: .FORCE
- @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' -o -name '*\.py' \) -and \
- \( -not -path './build-root*' -o -path \
- './build-root/build-vpp_debug-native/dpdk*' \) > $@
+ @find src -name '*.[chS]' > $@
.FORCE:
@@ -594,11 +592,6 @@ pkg-rpm: dist
pkg-srpm: dist
make -C extras/rpm srpm
-.PHONY: dpdk-install-dev
-dpdk-install-dev:
- $(call banner,"This command is deprecated. Please use 'make install-ext-deps'")
- make -C build/external install-$(PKG)
-
.PHONY: install-ext-deps
install-ext-deps:
make -C build/external install-$(PKG)
@@ -670,11 +663,11 @@ endif
.PHONY: featurelist
featurelist: centos-pyyaml
- @build-root/scripts/fts.py --all --markdown
+ @extras/scripts/fts.py --all --markdown
.PHONY: checkfeaturelist
checkfeaturelist: centos-pyyaml
- @build-root/scripts/fts.py --validate --all
+ @extras/scripts/fts.py --validate --all
# Build vpp_stats_fs
diff --git a/build-root/scripts/fts.py b/extras/scripts/fts.py
index 3b9e3b0933c..3b9e3b0933c 120000
--- a/build-root/scripts/fts.py
+++ b/extras/scripts/fts.py