diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/Make-lang.in | 13 |
2 files changed, 5 insertions, 12 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 45fc561..ab5162e 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2000-11-05 Joseph S. Myers <jsm28@cam.ac.uk> + + * Make-lang.in (java.distdir): Remove. + 2000-11-03 Tom Tromey <tromey@cygnus.com> * Make-lang.in (java.dvi): New target. diff --git a/gcc/java/Make-lang.in b/gcc/java/Make-lang.in index 345087a..b2ed5f6 100644 --- a/gcc/java/Make-lang.in +++ b/gcc/java/Make-lang.in @@ -29,7 +29,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 # @@ -210,17 +210,6 @@ java.stage3: stage3-start -mv java/*$(objext) stage3/java java.stage4: stage4-start -mv java/*$(objext) stage4/java -# -# 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. -java.distdir: java/parse.c java/hash.h - mkdir tmp/java - cd java; \ - for file in *[0-9a-zA-Z+]; do \ - ln $$file ../tmp/java >/dev/null 2>&1 || cp $$file ../tmp/java; \ - done # # .o:.h dependencies. |