diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-27 14:00:06 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-27 14:00:06 -0800 |
commit | 3b5d32b9ae295a8ca1881e2ea989c3e3075275fd (patch) | |
tree | f94d7df2c88df01d0a9433be93da5c30761dab64 /ChangeLog | |
parent | 4caa11cb81fd758dc378ea3537252f7886bb5e22 (diff) | |
download | txr-3b5d32b9ae295a8ca1881e2ea989c3e3075275fd.tar.gz txr-3b5d32b9ae295a8ca1881e2ea989c3e3075275fd.tar.bz2 txr-3b5d32b9ae295a8ca1881e2ea989c3e3075275fd.zip |
Switching to DESTDIR convention for install.
Make install step does some things more correctly now,
without relying on the install program.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2009-11-27 Kaz Kylheku <kkylheku@gmail.com> + + Switching to DESTDIR convention for install. + Make install step does some things more correctly now, + without relying on the install program. + + * configure: Help text doesn't refer to ``Makefile variables'' + but ``make variables'', or ``variables in config.make''. + The install_prefix variable becomes DESTDIR now in + config.make. + + * Make (INSTALL): New rule body macro. + (install): Uses of mkdir -p and cp switched to a call + to the INSTALL macro. + 2009-11-26 Kaz Kylheku <kkylheku@gmail.com> Version 026. |