FreeBSD Bugzilla – Attachment 159819 Details for
Bug 202277
[patch] src/Makefile.inc1 - fix buildworld from 9.3-stable to 10.2-stable (Malformed conditional after r285814)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
use ${MAKE} in Makefile.inc1 for setting REVISION & BRANCH
p2.diff (text/plain), 598 bytes, created by
John Hein
on 2015-08-12 20:40:44 UTC
(
hide
)
Description:
use ${MAKE} in Makefile.inc1 for setting REVISION & BRANCH
Filename:
MIME Type:
Creator:
John Hein
Created:
2015-08-12 20:40:44 UTC
Size:
598 bytes
patch
obsolete
>Index: Makefile.inc1 >=================================================================== >--- Makefile.inc1 (revision 286673) >+++ Makefile.inc1 (working copy) >@@ -133,8 +133,8 @@ > .endif > > .if !defined(VERSION) >-REVISION!= make -C ${SRCDIR}/release -V REVISION >-BRANCH!= make -C ${SRCDIR}/release -V BRANCH >+REVISION!= ${MAKE} -C ${SRCDIR}/release -V REVISION >+BRANCH!= ${MAKE} -C ${SRCDIR}/release -V BRANCH > SRCRELDATE!= awk '/^\#define[[:space:]]*__FreeBSD_version/ { print $$3 }' \ > ${SRCDIR}/sys/sys/param.h > VERSION= FreeBSD ${REVISION}-${BRANCH:C/-p[0-9]+$//} ${TARGET_ARCH} ${SRCRELDATE}
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 202277
: 159819