diff options
| author | Joseph Myers <jsm28@cam.ac.uk> | 2000-11-05 10:35:33 +0000 |
|---|---|---|
| committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-11-05 10:35:33 +0000 |
| commit | 436a88a6d45effd37cfe91200dc3d954a6c16a21 (patch) | |
| tree | 242d08c66351c0b6c9bf23b6ef32fdb9a9e7d282 /gcc/ch | |
| parent | 28d31a703fd5e4b2f3e45287b12a6a8002e3aee8 (diff) | |
| download | gcc-436a88a6d45effd37cfe91200dc3d954a6c16a21.zip gcc-436a88a6d45effd37cfe91200dc3d954a6c16a21.tar.gz gcc-436a88a6d45effd37cfe91200dc3d954a6c16a21.tar.bz2 | |
Makefile.in: Remove all targets related to building distributions and diffs, or INSTALL.
* Makefile.in: Remove all targets related to building
distributions and diffs, or INSTALL.
* INSTALL, install1.texi: Remove.
* configure.in: Remove mention of distdir.
* configure: Regenerate.
* objc/Make-lang.in: Remove mention of distdir.
ch:
* Make-lang.in (CHILL.distdir): Remove.
cp:
* Make-lang.in (c++.distdir): Remove.
f:
* Make-lang.in: Remove f77.distdir and f/INSTALL.
* INSTALL, install0.texi: Remove.
java:
* Make-lang.in (java.distdir): Remove.
From-SVN: r37265
Diffstat (limited to 'gcc/ch')
| -rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/ch/Make-lang.in | 14 |
2 files changed, 5 insertions, 13 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 082be48..fb5d21b 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +2000-11-05 Joseph S. Myers <jsm28@cam.ac.uk> + + * Make-lang.in (CHILL.distdir): Remove. + 2000-11-02 Geoffrey Keating <geoffk@cygnus.com> * Make-lang.in: Remove 'CYGNUS LOCAL' markers. diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in index 779fd1e..3eb22be 100644 --- a/gcc/ch/Make-lang.in +++ b/gcc/ch/Make-lang.in @@ -24,7 +24,7 @@ # foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap, # foo.info, foo.dvi, # foo.install-normal, foo.install-common, foo.install-info, foo.install-man, -# foo.uninstall, foo.distdir, +# foo.uninstall, # foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean, # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 # @@ -184,15 +184,3 @@ CHILL.stage3: stage3-start -mv ch/*.o stage3/ch CHILL.stage4: stage4-start -mv ch/*.o stage4/ch -# -# Maintenance hooks: - -# This target creates the files that can be rebuilt, but go in the -# distribution anyway. It then copies the files to the distdir directory. -CHILL.distdir: - mkdir tmp/ch - cd ch ; $(MAKE) $(LANG_FLAGS_TO_PASS) $(CXX_FLAGS_TO_PASS) hash.h - cd ch; \ - for file in *[0-9a-zA-Z+]; do \ - ln $$file ../tmp/ch >/dev/null 2>&1 || cp $$file ../tmp/ch; \ - done |
