summaryrefslogtreecommitdiffstats
path: root/libjava
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-08 19:57:13 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-08 19:57:13 +0000
commit4ee8ff84e62de1b52b2abfcc79c5efc4be47ddd9 (patch)
treecfbe06c0473d42a60d1e40aab1b0cffa5740e659 /libjava
parentdfdf90965ed4a7f2baca532cd9fc797fd8d87ad0 (diff)
downloadppe42-gcc-4ee8ff84e62de1b52b2abfcc79c5efc4be47ddd9.tar.gz
ppe42-gcc-4ee8ff84e62de1b52b2abfcc79c5efc4be47ddd9.zip
2004-09-08 Bryce McKinlay <mckinlay@redhat.com>
* configure.ac (AC_CONFIG_COMMANDS): Don't create subdirectories and .d files. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87202 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog6
-rwxr-xr-xlibjava/configure19
-rw-r--r--libjava/configure.ac19
3 files changed, 6 insertions, 38 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index ece60aa4e91..aba7b24f271 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-08 Bryce McKinlay <mckinlay@redhat.com>
+
+ * configure.ac (AC_CONFIG_COMMANDS): Don't create subdirectories and
+ .d files.
+ * configure: Rebuilt.
+
2004-09-04 Mohan Embar <gnustuff@thisiscool.com>
* java/net/natNetworkInterfaceWin32.cc (getRealNetworkInterfaces):
diff --git a/libjava/configure b/libjava/configure
index 8210639eb23..85a0f45c486 100755
--- a/libjava/configure
+++ b/libjava/configure
@@ -17468,25 +17468,6 @@ case " $CONFIG_FILES " in
ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
;;
esac
-
-# Make subdirectories and `.d' files. Look in both srcdir and
-# builddir for the .java files.
-h=`${PWDCMD-pwd}`
-: > deps.mk
-( (cd $srcdir && find . \( -name '*.java' -o -name '*.cc' -o -name '*.c' \) -print) ;
- find . \( -name '*.java' -o -name '*.cc' -o -name '*.c' \) -print) | \
- fgrep -v testsuite | \
- sed -e 's/\.java/.d/'\;'s/\.cc/.d/'\;'s/\.c/.d/' | \
- while read f; do
- echo "include $f" >> deps.mk
- test -f $f || {
- d=`echo $f | sed -e 's,/[^/]*$,,'`
- if test ! -d $d; then
- $libgcj_basedir/../mkinstalldirs $d
- fi;
- echo > $f
- }
- done
;;
esac
done
diff --git a/libjava/configure.ac b/libjava/configure.ac
index 624d5bbfbc1..56843cbe253 100644
--- a/libjava/configure.ac
+++ b/libjava/configure.ac
@@ -1382,25 +1382,6 @@ case " $CONFIG_FILES " in
ac_file=Makefile . ${libgcj_basedir}/../config-ml.in
;;
esac
-
-# Make subdirectories and `.d' files. Look in both srcdir and
-# builddir for the .java files.
-h=`${PWDCMD-pwd}`
-: > deps.mk
-( (cd $srcdir && find . \( -name '*.java' -o -name '*.cc' -o -name '*.c' \) -print) ;
- find . \( -name '*.java' -o -name '*.cc' -o -name '*.c' \) -print) | \
- fgrep -v testsuite | \
- sed -e 's/\.java/.d/'\;'s/\.cc/.d/'\;'s/\.c/.d/' | \
- while read f; do
- echo "include $f" >> deps.mk
- test -f $f || {
- d=`echo $f | sed -e 's,/[[^/]]*$,,'`
- if test ! -d $d; then
- $libgcj_basedir/../mkinstalldirs $d
- fi;
- echo > $f
- }
- done
],
srcdir=${srcdir}
host=${host}
OpenPOWER on IntegriCloud