- Reuse $(@cmd) instead of accumulating $(foo@cmd). Reduces memory and may help
authorMatt McCutchen <hashproduct@gmail.com>
Thu, 14 Jun 2007 01:10:50 +0000 (21:10 -0400)
committerMatt McCutchen <hashproduct@gmail.com>
Thu, 14 Jun 2007 01:10:50 +0000 (21:10 -0400)
commiteeabaff8ca99bdbd0f3a9ce0e99cbea114c2af16
tree68ddcf95dfe074e5955ec3cd3356dd50bc07ada6
parent59ba5775171ada02731636b6ec3877f493085153
- Reuse $(@cmd) instead of accumulating $(foo@cmd).  Reduces memory and may help
  when multiple files have the same basename.
- Get tough on undefined variables.
- Remove redundant build log printing in the test suite.
demo/Makefile
mgear.mk
testsuite