Give more helpful message for "make dist"
This commit is contained in:
parent
9842bada7c
commit
ece9854e8f
1 changed files with 3 additions and 2 deletions
|
|
@ -570,8 +570,9 @@ dd = @PACKAGE_NAME@-@PACKAGE_VERSION@
|
|||
srpm = @PACKAGE_NAME@-@PACKAGE_VERSION@
|
||||
|
||||
dist:
|
||||
@echo "not implemented - use Tools/mkdist.py instead."
|
||||
false
|
||||
@echo "'make dist' not implemented - use Tools/mkdist.py instead - e.g.:"
|
||||
@echo "Tools/mkdist.py @VERSION@ master"
|
||||
@false
|
||||
|
||||
srcrpm:
|
||||
rm -fr $(srpm) $(srpm).src.rpm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue