mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Clean up the patch section of the Makefile. Added one level of
directories to patch-aa to make the Makefile simpler
This commit is contained in:
parent
04c7ceb465
commit
adb58e5828
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33972
2 changed files with 5 additions and 8 deletions
|
@ -45,16 +45,13 @@ CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \
|
|||
CONFIGURE_WRKSRC?= ${WRKDIR}/build-${LCLTARGET}
|
||||
CONFIGURE_SCRIPT?= ../${GCCNAME}/configure
|
||||
|
||||
PATCH_WRKSRC= ${WRKDIR}
|
||||
PATCH_STRIP= -p
|
||||
|
||||
MAKE_FLAGS= LANGUAGES="c c++"
|
||||
|
||||
MAN1= ${LCLTARGET}-gcc.1 cccp.1 ${LCLTARGET}-g++.1
|
||||
|
||||
.if defined(PATCH_DEBUG)
|
||||
PATCH_DIST_ARGS= -d ${WRKDIR} -E ${PATCH_DIST_STRIP}
|
||||
.else
|
||||
PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP}
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
@(cd ${WRKDIR} ; \
|
||||
cd ${GCCNAME} ; ln -fs ../${NEWLIBNAME}/newlib . ; \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Makefile.in.orig Tue Jun 22 18:44:42 1999
|
||||
+++ Makefile.in Tue Aug 29 17:54:58 2000
|
||||
--- gcc-2.95.2/Makefile.in.orig Tue Jun 22 18:44:42 1999
|
||||
+++ gcc-2.95.2/Makefile.in Tue Aug 29 17:54:58 2000
|
||||
@@ -689,7 +689,6 @@
|
||||
install-itcl \
|
||||
install-ld \
|
||||
|
|
Loading…
Add table
Reference in a new issue