Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109437852
D35810.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
795 B
Referenced Files
None
Subscribers
None
D35810.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -964,12 +964,16 @@
# that are created by mtree to be owned by root/wheel.
DESTDIR_MTREEFLAGS+= -W
.endif
-DISTR_MTREE= ${MTREE_CMD}
+.if defined(DB_FROM_SRC)
+DISTR_MTREEFLAGS= -N ${.CURDIR}/etc
+.endif
+DISTR_MTREECMD= ${MTREE_CMD}
.if ${BUILD_WITH_STRICT_TMPPATH} != 0
-DISTR_MTREE= ${WORLDTMP}/legacy/usr/sbin/mtree
+DISTR_MTREECMD= ${WORLDTMP}/legacy/usr/sbin/mtree
.endif
-WORLDTMP_MTREE= ${DISTR_MTREE} ${WORLDTMP_MTREEFLAGS}
-DESTDIR_MTREE= ${DISTR_MTREE} ${DESTDIR_MTREEFLAGS}
+DISTR_MTREE= ${DISTR_MTREECMD} ${DISTR_MTREEFLAGS}
+WORLDTMP_MTREE= ${DISTR_MTREECMD} ${WORLDTMP_MTREEFLAGS}
+DESTDIR_MTREE= ${DISTR_MTREECMD} ${DESTDIR_MTREEFLAGS}
# kernel stage
KMAKEENV= ${WMAKEENV:NSYSROOT=*}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 1:42 AM (21 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16484571
Default Alt Text
D35810.diff (795 B)
Attached To
Mode
D35810: Makefile.inc1: Honour DB_FROM_SRC for NO_ROOT distributeworld
Attached
Detach File
Event Timeline
Log In to Comment