mirror of
https://github.com/mirror/make.git
synced 2025-02-06 17:50:48 +08:00
(dist-flavor): New variable, default to alpha.
(dist): Depend on rcs-mark-$(dist-flavor). (rcs-mark-beta): New target.
This commit is contained in:
parent
22846c7022
commit
37c95f6d39
11
GNUmakefile
11
GNUmakefile
@ -214,10 +214,13 @@ dist: default info dvi tests tarfiles
|
|||||||
.PHONY: tarfiles
|
.PHONY: tarfiles
|
||||||
tarfiles: $(tarfiles)
|
tarfiles: $(tarfiles)
|
||||||
|
|
||||||
.PHONY: rcs-mark-alpha
|
ifndef dist-flavor
|
||||||
dist: rcs-mark-alpha
|
dist-flavor = alpha
|
||||||
rcs-mark-alpha:
|
endif
|
||||||
rcs -sAlpha -Nmake-$(version) RCS/[!=]*,v
|
.PHONY: rcs-mark-alpha rcs-mark-beta
|
||||||
|
dist: rcs-mark-$(dist-flavor)
|
||||||
|
rcs-mark-alpha:;rcs -sAlpha -Nmake-$(version) RCS/[!=]*,v
|
||||||
|
rcs-mark-beta:;rcs -sBeta -Nmake-$(version) RCS/[!=]*,v
|
||||||
|
|
||||||
dist: local-inst
|
dist: local-inst
|
||||||
.PHONY: local-inst
|
.PHONY: local-inst
|
||||||
|
Loading…
Reference in New Issue
Block a user