FreeBSD Bugzilla – Attachment 184861 Details for
Bug 221111
lang/gcc6-aux: Remove headers created by gcc's fixincludes process
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to delete include-fixed directory during post-stage
Makefile.diff (text/plain), 798 bytes, created by
David Z.
on 2017-07-31 02:37:29 UTC
(
hide
)
Description:
Patch to delete include-fixed directory during post-stage
Filename:
MIME Type:
Creator:
David Z.
Created:
2017-07-31 02:37:29 UTC
Size:
798 bytes
patch
obsolete
>--- Makefile.orig 2017-07-29 15:29:08.218463000 -0700 >+++ Makefile 2017-07-29 18:59:50.953204000 -0700 >@@ -272,6 +272,7 @@ > (cd ${STAGEDIR}${PREFIX}; ${FIND} ${PORTNAME} share \ > \( -type f -or -type l \) | ${SORT} | ${SED} \ > -e 's/\/man\/man[1578]\/.*[1578]$$/&.gz/' >> ${TMPPLIST}) >+ ${RM} -r ${STAGEDIR}${PKG_PREFIX}/lib/gcc/${BLD_TARGET}/${GCC_VERSION}/include-fixed/ > .if ${PORT_OPTIONS:MBOOTSTRAP} > ${MKDIR} ${NEWBSDIR} > ${CP} -a ${STAGEDIR}${PKG_PREFIX}/bin ${NEWBSDIR}/ >@@ -279,7 +280,6 @@ > ${CP} -a ${STAGEDIR}${PKG_PREFIX}/include ${NEWBSDIR}/ > ${CP} -a ${STAGEDIR}${PKG_PREFIX}/libexec ${NEWBSDIR}/ > ${RM} ${NEWBSDIR}/bin/${GARCH}* >- ${RM} -r ${NEWBSDIR}/lib/gcc/${BLD_TARGET}/${GCC_VERSION}/include-fixed > (cd ${NEWBSDIR}/.. ; ${TAR} -cyf ${BSFILENAME} bootstrap) > .endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 221111
:
184861
|
184862
|
184871