X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=b57ed5c06e8a1d11a0395cb607fa071b6f8464f3;hb=4ee17d859ed2f374997939511078559c26981ad0;hp=e22813135c4120adac83c596db234d69c8d99ac9;hpb=ac8f936fdc86731db6d7dc67b4f4e4903271001d;p=vpp.git diff --git a/Makefile b/Makefile index e22813135c4..b57ed5c06e8 100644 --- a/Makefile +++ b/Makefile @@ -337,7 +337,7 @@ dist: --format=tar \ -o $(DIST_FILE) \ HEAD ; \ - git describe > $(BR)/.version ; \ + git describe --long > $(BR)/.version ; \ else \ (cd .. ; tar -cf $(DIST_FILE) $(DIST_SUBDIR) --exclude=*.tar) ; \ src/scripts/version > $(BR)/.version ; \ @@ -628,7 +628,7 @@ cscope: cscope.files compdb: @ninja -C build-root/build-vpp_debug-native/vpp build.ninja @ninja -C build-root/build-vpp_debug-native/vpp -t compdb | \ - extras/scripts/compdb_cleanup.py > compile_commands.json + src/scripts/compdb_cleanup.py > compile_commands.json .PHONY: checkstyle checkstyle: checkfeaturelist