mirror of
https://github.com/mirror/make.git
synced 2025-02-28 12:50:44 +08:00
Formerly make.texinfo.~90~
This commit is contained in:
parent
ada4528484
commit
681f7a3067
@ -9,7 +9,7 @@
|
||||
|
||||
@set EDITION 0.41
|
||||
@set VERSION 3.64 Beta
|
||||
@set UPDATED 14 April 1993
|
||||
@set UPDATED 16 April 1993
|
||||
@set UPDATE-MONTH April 1993
|
||||
|
||||
@c finalout
|
||||
@ -3442,9 +3442,9 @@ For example, using this canned sequence:
|
||||
|
||||
@example
|
||||
define frobnicate
|
||||
@echo "frobnicating target $@"
|
||||
frob-step-1 $< -o $@-step-1
|
||||
frob-step-2 $@-step-1 -o $@
|
||||
@@echo "frobnicating target $@@"
|
||||
frob-step-1 $< -o $@@-step-1
|
||||
frob-step-2 $@@-step-1 -o $@@
|
||||
endef
|
||||
@end example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user