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:
James E. Housley 2000-10-18 21:19:24 +00:00
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

View file

@ -45,16 +45,13 @@ CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \
CONFIGURE_WRKSRC?= ${WRKDIR}/build-${LCLTARGET} CONFIGURE_WRKSRC?= ${WRKDIR}/build-${LCLTARGET}
CONFIGURE_SCRIPT?= ../${GCCNAME}/configure CONFIGURE_SCRIPT?= ../${GCCNAME}/configure
PATCH_WRKSRC= ${WRKDIR}
PATCH_STRIP= -p
MAKE_FLAGS= LANGUAGES="c c++" MAKE_FLAGS= LANGUAGES="c c++"
MAN1= ${LCLTARGET}-gcc.1 cccp.1 ${LCLTARGET}-g++.1 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: pre-configure:
@(cd ${WRKDIR} ; \ @(cd ${WRKDIR} ; \
cd ${GCCNAME} ; ln -fs ../${NEWLIBNAME}/newlib . ; \ cd ${GCCNAME} ; ln -fs ../${NEWLIBNAME}/newlib . ; \

View file

@ -1,5 +1,5 @@
--- Makefile.in.orig Tue Jun 22 18:44:42 1999 --- gcc-2.95.2/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 Tue Aug 29 17:54:58 2000
@@ -689,7 +689,6 @@ @@ -689,7 +689,6 @@
install-itcl \ install-itcl \
install-ld \ install-ld \