mirror of
https://github.com/mirror/make.git
synced 2025-01-20 09:10:43 +08:00
Formerly GNUmakefile.~99~
This commit is contained in:
parent
681f7a3067
commit
088a491f10
@ -235,7 +235,7 @@ $(alpha-dir)/%: %
|
||||
define make-tar
|
||||
@rm -fr make-$(version)
|
||||
ln -s . make-$(version)
|
||||
tar cvhf $@ $(addprefix make-$(version)/,$^)
|
||||
tar cvhof $@ $(addprefix make-$(version)/,$^)
|
||||
rm -f make-$(version)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user