Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160396966
D51443.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
555 B
Referenced Files
None
Subscribers
None
D51443.id.diff
View Options
Index: release/Makefile
===================================================================
--- release/Makefile
+++ release/Makefile
@@ -55,8 +55,15 @@
TARGET_ARCH= ${TARGET}
.endif
.endif
+.if ${.MAKE.OS} == "Darwin"
+IMAKE= env PATH=${.OBJDIR:H}/tmp/legacy/bin:${PATH:Q} \
+ ${MAKE} TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET} \
+ -DNO_ROOT -DDB_FROM_SRC
+.else
IMAKE= ${MAKE} TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET} \
-DNO_ROOT -DWITHOUT_QEMU -DDB_FROM_SRC
+.endif
+
DISTDIR= dist
# Define OSRELEASE by using newvers.sh
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jun 25, 2:36 AM (3 m, 26 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34274283
Default Alt Text
D51443.id.diff (555 B)
Attached To
Mode
D51443: release/Makefile should not use the host /usr/bin/install command, but the freshly built one
Attached
Detach File
Event Timeline
Log In to Comment