mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 13:03:08 +00:00
* Never use "touch" in make rules; it breaks on most sub-second supporting systems. Use echo "" > $@ instead. * Forgot to close test makefiles before using them! All the above worked fine on Linux but failed miserably on Solaris. |
||
---|---|---|
.. | ||
comments | ||
conditionals | ||
default_names | ||
double_colon | ||
echoing | ||
errors | ||
escape | ||
export | ||
include | ||
mult_rules | ||
mult_targets | ||
order_only | ||
override | ||
parallelism | ||
patspecific_vars | ||
quoting | ||
recursion | ||
reinvoke | ||
statipattrules | ||
targetvars | ||
varnesting | ||
vpath | ||
vpath2 | ||
vpathgpath | ||
vpathplus |