Implement make dist target

Add dist target to create project tarball. It uses a script called
version, that was obtained from vpp source code to produce a version
string using `git describe` that is incremental based on last annotated
tag available.
This commit is contained in:
Renato Botelho do Couto 2017-12-05 04:00:54 -06:00
parent 3dd4903f88
commit e7b1c0c38c
4 changed files with 90 additions and 0 deletions

1
build-root/scripts/version Symbolic link
View file

@ -0,0 +1 @@
../../extras/scripts/version