Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151893132
D51443.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.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
Sun, Apr 12, 10:02 AM (20 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31341423
Default Alt Text
D51443.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