1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

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).
This commit is contained in:
Gerald Pfeifer 2003-04-25 18:45:31 +00:00
parent c5e7423b03
commit def14f66ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79644
2 changed files with 2 additions and 20 deletions

View File

@ -126,15 +126,9 @@ pre-patch:
.endif
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}
post-build:
@echo "Consider running 'make check' before 'make install',"

View File

@ -1,12 +0,0 @@
--- gcc/Makefile.in.orig Thu May 23 10:57:21 2002
+++ gcc/Makefile.in Tue Sep 10 19:52:35 2002
@@ -858,3 +855,3 @@
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.in
- (cd $(srcdir) && autoconf)
+ (cd $(srcdir) && echo "wants to run autoconf, blah")
@@ -880,3 +877,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