diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-12-10 17:58:01 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-12-10 17:58:01 -0800 |
commit | c63b7549a408a059776151d6dfc6889dbb3979a5 (patch) | |
tree | 9c92ee4b307ada11ed3b95f5668a3bcad7986484 /ChangeLog | |
parent | a764442a57fae2490d93d2daefea5152d6213e78 (diff) | |
download | txr-c63b7549a408a059776151d6dfc6889dbb3979a5.tar.gz txr-c63b7549a408a059776151d6dfc6889dbb3979a5.tar.bz2 txr-c63b7549a408a059776151d6dfc6889dbb3979a5.zip |
* Makefile (ABBREV): Rewrite to take advantage of DEP_
variables to remove the dependencies from the output.
(ABBREV2): No longer needed, removed.
(dbg/%.o, opt/%.o, %.o): Just use ABBREV instead of ABBREV2; it does
the right thing. Dependency of objects on config.make removed.
* dep.mk: Regenerated. Now provides variable assignments
in addition to rules, and each object is made dependent
on config.make.
* depend.txr: Adjusted to generate dep.mk in new format.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2014-12-10 Kaz Kylheku <kaz@kylheku.com> + + * Makefile (ABBREV): Rewrite to take advantage of DEP_ + variables to remove the dependencies from the output. + (ABBREV2): No longer needed, removed. + (dbg/%.o, opt/%.o, %.o): Just use ABBREV instead of ABBREV2; it does + the right thing. Dependency of objects on config.make removed. + + * dep.mk: Regenerated. Now provides variable assignments + in addition to rules, and each object is made dependent + on config.make. + + * depend.txr: Adjusted to generate dep.mk in new format. + 2014-12-09 Kaz Kylheku <kaz@kylheku.com> * Makefile (install-tests): Do not use option -c of |