summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/gcc-ooo/Makefile10
-rw-r--r--lang/gcc-ooo/files/patch-va12
-rw-r--r--lang/gcc/Makefile10
-rw-r--r--lang/gcc/files/patch-va12
-rw-r--r--lang/gcc33/Makefile10
-rw-r--r--lang/gcc33/files/patch-va12
-rw-r--r--lang/gcc34/Makefile10
-rw-r--r--lang/gcc34/files/patch-va12
-rw-r--r--lang/gcc35/Makefile10
-rw-r--r--lang/gcc35/files/patch-va12
-rw-r--r--lang/gcc40/Makefile10
-rw-r--r--lang/gcc40/files/patch-va12
-rw-r--r--lang/gcc41/Makefile10
-rw-r--r--lang/gcc41/files/patch-va12
-rw-r--r--lang/gcc42/Makefile10
-rw-r--r--lang/gcc42/files/patch-va12
-rw-r--r--lang/gcc43/Makefile10
-rw-r--r--lang/gcc43/files/patch-va12
-rw-r--r--lang/gcc44/Makefile10
-rw-r--r--lang/gcc44/files/patch-va12
-rw-r--r--lang/gcc45/Makefile10
-rw-r--r--lang/gcc45/files/patch-va12
-rw-r--r--lang/gcc46/Makefile10
-rw-r--r--lang/gcc46/files/patch-va12
-rw-r--r--lang/gcc47/Makefile10
-rw-r--r--lang/gcc47/files/patch-va12
-rw-r--r--lang/gcc48/Makefile10
-rw-r--r--lang/gcc48/files/patch-va12
28 files changed, 28 insertions, 280 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc-ooo/Makefile
+++ b/lang/gcc-ooo/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc-ooo/files/patch-va b/lang/gcc-ooo/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc-ooo/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc/files/patch-va b/lang/gcc/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc33/files/patch-va b/lang/gcc33/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc33/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc34/Makefile
+++ b/lang/gcc34/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc34/files/patch-va b/lang/gcc34/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc34/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc35/Makefile b/lang/gcc35/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc35/Makefile
+++ b/lang/gcc35/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc35/files/patch-va b/lang/gcc35/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc35/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc40/Makefile
+++ b/lang/gcc40/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc40/files/patch-va b/lang/gcc40/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc40/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc41/Makefile
+++ b/lang/gcc41/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc41/files/patch-va b/lang/gcc41/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc41/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc42/files/patch-va b/lang/gcc42/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc42/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc43/Makefile
+++ b/lang/gcc43/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc43/files/patch-va b/lang/gcc43/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc43/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc44/Makefile
+++ b/lang/gcc44/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc44/files/patch-va b/lang/gcc44/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc44/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc45/Makefile
+++ b/lang/gcc45/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc45/files/patch-va b/lang/gcc45/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc45/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc46/Makefile
+++ b/lang/gcc46/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc46/files/patch-va b/lang/gcc46/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc46/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc47/files/patch-va b/lang/gcc47/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc47/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 4a2c4533a8ca..1b84da7c3c47 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -119,15 +119,9 @@ post-patch:
${SRCDIR}/gcc/version.c
pre-configure:
- @# Keep from running `autoconf' and `autoheader' since we modified
- @# configure.in by patching it.
- @${TOUCH} ${SRCDIR}/gcc/configure
- @${TOUCH} ${SRCDIR}/gcc/cstamp-h.in
- @${MKDIR} ${CONFIGURE_WRKSRC}
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
-
-pre-build:
cd ${SRCDIR} ; contrib/gcc_update --touch
+ @${RM} -f ${SRCDIR}/gcc/*/*.info*
+ @${MKDIR} ${CONFIGURE_WRKSRC}
pre-install:
${MKDIR} ${PREFIX}/info
diff --git a/lang/gcc48/files/patch-va b/lang/gcc48/files/patch-va
deleted file mode 100644
index c8c656a80ba2..000000000000
--- a/lang/gcc48/files/patch-va
+++ /dev/null
@@ -1,12 +0,0 @@
---- gcc/Makefile.in.orig Mon Aug 27 21:06:24 2001
-+++ gcc/Makefile.in Fri Aug 31 08:45:23 2001
-@@ -895,3 +895,3 @@
- $(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
-- (cd $(srcdir) && autoconf)
-+ (cd $(srcdir) && echo "wants to run autoconf, blah")
-
-@@ -917,3 +917,3 @@
- @MAINT@ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
--@MAINT@ (cd $(srcdir) && autoheader)
-+@MAINT@ (cd $(srcdir) && echo "wants to run autoheader, blah")
- @MAINT@ @rm -f $(srcdir)/cstamp-h.in