mirror of
https://github.com/mirror/make.git
synced 2025-01-17 07:40:24 +08:00
* Made `$<' automatic variable be the first dependency of any rule.
* Bumped revision number to correspond to `make.c'.
This commit is contained in:
parent
ed80ce66fc
commit
79e979db5b
@ -6,7 +6,11 @@
|
|||||||
$Header$
|
$Header$
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 1988/05/04 17:56:07 mcgrath
|
Revision 1.15 1988/05/11 21:30:52 mcgrath
|
||||||
|
* Made `$<' automatic variable be the first dependency of any rule.
|
||||||
|
* Bumped revision number to correspond to `make.c'.
|
||||||
|
|
||||||
|
Revision 1.9 88/05/04 17:56:07 mcgrath
|
||||||
* Miscellaneous changes suggested by RMS.
|
* Miscellaneous changes suggested by RMS.
|
||||||
* The `define' directive makes recursive variables.
|
* The `define' directive makes recursive variables.
|
||||||
* Removed the `expand' function.
|
* Removed the `expand' function.
|
||||||
@ -3548,8 +3552,7 @@ example, if the target is @file{foo.a(bar.o)} then @samp{$%} is
|
|||||||
when the target is not an archive member.
|
when the target is not an archive member.
|
||||||
|
|
||||||
@item $<
|
@item $<
|
||||||
The name of the first implicit dependency, when an implicit rule is
|
The name of the first dependency.
|
||||||
being applied.
|
|
||||||
|
|
||||||
@item $?
|
@item $?
|
||||||
The names of all the dependencies that are newer than the target, with
|
The names of all the dependencies that are newer than the target, with
|
||||||
|
Loading…
Reference in New Issue
Block a user