diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-08-08 17:30:37 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-08-08 17:30:37 +0000 |
commit | c938e9b01dd1735e2cf1f55f65117f701de560cc (patch) | |
tree | 5c25ba497d5a2bb049b3c776c6951973a5e79970 /gdb/gdbserver/ChangeLog | |
parent | c04898f807516f8361a4ec6f55b984bdf0955f7e (diff) | |
download | gdb-c938e9b01dd1735e2cf1f55f65117f701de560cc.zip gdb-c938e9b01dd1735e2cf1f55f65117f701de560cc.tar.gz gdb-c938e9b01dd1735e2cf1f55f65117f701de560cc.tar.bz2 |
gdb/
2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.in (FLAGS_TO_PASS): Add DESTDIR.
(install-only): Support DESTDIR.
(uninstall): Likewise.
(install-gdbtk): Likewise.
gdb/doc/
2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.in (install-info): Support DESTDIR.
(install-html): Likewise.
gdb/gdbserver/
2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.in (install-only): Create dest dir. Support DESTDIR.
(uninstall): Support DESTDIR.
mmalloc/
2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.in (install-info): Create dest dir. Support DESTDIR.
(install): Likewise.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 98c8312..42dab16 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2003-08-08 H.J. Lu <hongjiu.lu@intel.com> + + * Makefile.in (install-only): Create dest dir. Support DESTDIR. + (uninstall): Support DESTDIR. + Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com> * configure.srv: Add xscale*linux copy of arm*linux entry. |