mirror of
https://github.com/mirror/make.git
synced 2025-03-01 13:20:39 +08:00
(rcs-mark-alpha): New target.
(dist): Depend on that.
This commit is contained in:
parent
ebe1ed2e49
commit
298a8363ff
@ -214,6 +214,11 @@ dist: default info dvi tests tarfiles
|
||||
.PHONY: tarfiles
|
||||
tarfiles: $(tarfiles)
|
||||
|
||||
.PHONY: rcs-mark-alpha
|
||||
dist: rcs-mark-alpha
|
||||
rcs-mark-alpha:
|
||||
rcs -sAlpha -Nmake-$(version) RCS/[!=]*,v
|
||||
|
||||
dist: local-inst
|
||||
.PHONY: local-inst
|
||||
local-inst: $(prog)
|
||||
|
Loading…
Reference in New Issue
Block a user