Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165146064
D17256.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
879 B
Referenced Files
None
Subscribers
None
D17256.diff
View Options
Index: etc/Makefile
===================================================================
--- etc/Makefile
+++ etc/Makefile
@@ -123,13 +123,6 @@
.endif
cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
${FREEBSD} ${DESTDIR}/
-.if ${MK_BOOT} != "no"
-.if exists(${SRCTOP}/sys/${MACHINE}/conf/GENERIC.hints)
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${SRCTOP}/sys/${MACHINE}/conf/GENERIC.hints \
- ${DESTDIR}/boot/device.hints
-.endif
-.endif
MTREE_CMD?= mtree
Index: stand/Makefile
===================================================================
--- stand/Makefile
+++ stand/Makefile
@@ -38,4 +38,9 @@
.endif
.endfor
+.if exists(${SRCTOP}/sys/${MACHINE}/conf/GENERIC.hints)
+FILES+= ${SRCTOP}/sys/${MACHINE}/conf/GENERIC.hints
+FILESNAME_${SRCTOP}/sys/${MACHINE}/conf/GENERIC.hints= device.hints
+.endif
+
.include <bsd.subdir.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 7, 9:45 AM (21 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36161701
Default Alt Text
D17256.diff (879 B)
Attached To
Mode
D17256: Move device.hints install into stand
Attached
Detach File
Event Timeline
Log In to Comment