mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
tag-rules.mk: Now targets tag.dist and ftag.dist are only defined inside of CVS directories
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
0f044904d2
commit
7254696446
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
ifneq ($(wildcard CVS),)
|
||||
tag.dist:
|
||||
cvs tag $(TAG_VERSION)
|
||||
|
||||
ftag.dist:
|
||||
cvs tag -F $(TAG_VERSION)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue