diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-11-14 09:32:50 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-11-14 09:32:50 +0000 |
commit | d747cac4c29da5180eccb82ac739986955e3bb50 (patch) | |
tree | 0ca346a796dcb7ae8f2e32e6075c24d96a14a0bc /.Sanitize | |
parent | 75d1d87aa13b2cc4decc4ff582e90a67660494ac (diff) | |
download | gdb-d747cac4c29da5180eccb82ac739986955e3bb50.zip gdb-d747cac4c29da5180eccb82ac739986955e3bb50.tar.gz gdb-d747cac4c29da5180eccb82ac739986955e3bb50.tar.bz2 |
* Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
Preserve relative path names in $srcdir. Build symlink tree if
configuring cross target dir and srcdir=. (= no VPATH support).
(configure-target-libg++): Depend on configure-target-librx.
* cfg-ml-com.in, cfg-ml-pos.in: Deleted.
* config-ml.in: New file.
* symlink-tree: New file.
* configure: Ensure srcdir="." if that's what it is.
Diffstat (limited to '.Sanitize')
-rw-r--r-- | .Sanitize | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -123,9 +123,6 @@ done # called. Directories not listed will be removed in their entirety # with rm -rf. -# ??? It is debatable whether cfg-*.in belongs in Things-to-keep or -# keep_these_too. If someone feels strongly about it, please move them. - Things-to-keep: COPYING @@ -134,13 +131,13 @@ ChangeLog Makefile.in README config -cfg-ml-com.in -cfg-ml-pos.in +config-ml.in config.guess config.sub configure configure.in etc +symlink-tree Things-to-lose: |