Re-add all files necessary to package jw-build itself, i.e. sucessfully run make pkg-rebuild-reinstall. This adds 1892 lines of code.
Signed-off-by: Jan Lindemann <jan@janware.com>
7 lines
97 B
Makefile
7 lines
97 B
Makefile
ifeq ($(VCS),cvs)
|
|
tag.dist:
|
|
cvs tag $(TAG_VERSION)
|
|
|
|
ftag.dist:
|
|
cvs tag -F $(TAG_VERSION)
|
|
endif
|