diff options
author | gerald <gerald@FreeBSD.org> | 2003-04-25 17:06:46 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-04-25 17:06:46 +0000 |
commit | da516d6bb2c5cc55657e3cc8f92e58923383de6a (patch) | |
tree | c5863f5056696861218cf06d547cf79f08155d5d /lang/gcc | |
parent | a77790c618b52624900f2670211ed5f9bc552328 (diff) | |
download | FreeBSD-ports-da516d6bb2c5cc55657e3cc8f92e58923383de6a.zip FreeBSD-ports-da516d6bb2c5cc55657e3cc8f92e58923383de6a.tar.gz |
Merge targets pre-configure and pre-build, simplify them, and remove
patch-va. All of these dealt with us patching generated files (which
we don't do any longer).
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 10 | ||||
-rw-r--r-- | lang/gcc/files/patch-va | 12 |
2 files changed, 2 insertions, 20 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 4a2c453..1b84da7 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 c8c656a..0000000 --- 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 |