build system: add a target dist to makefile
Generate a tarbal for wmfs with make dist Version set to date +%Y%m in setlocalversion Move .PHONY BEFORE phony targets Signed-off-by: Philippe Pepiot <phil@philpep.org>
This commit is contained in:
@@ -70,3 +70,6 @@ if rev=`svn info 2>/dev/null | grep '^Last Changed Rev'`; then
|
||||
# All done with svn
|
||||
exit
|
||||
fi
|
||||
|
||||
# default version
|
||||
printf -- '-%s' "`date +%Y%m`"
|
||||
|
||||
Reference in New Issue
Block a user