Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149343733
D41191.id125169.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1003 B
Referenced Files
None
Subscribers
None
D41191.id125169.diff
View Options
diff --git a/usr.sbin/etcupdate/etcupdate.sh b/usr.sbin/etcupdate/etcupdate.sh
--- a/usr.sbin/etcupdate/etcupdate.sh
+++ b/usr.sbin/etcupdate/etcupdate.sh
@@ -215,10 +215,14 @@
cp -p $SRCDIR/$file $1/etc/$name || return 1
done
elif ! [ -n "$nobuild" ]; then
- (cd $SRCDIR; $make DESTDIR=$destdir distrib-dirs &&
- MAKEOBJDIRPREFIX=$destdir/usr/obj $make _obj SUBDIR_OVERRIDE=etc &&
- MAKEOBJDIRPREFIX=$destdir/usr/obj $make everything SUBDIR_OVERRIDE=etc &&
- MAKEOBJDIRPREFIX=$destdir/usr/obj $make DESTDIR=$destdir distribution) || \
+ (cd $SRCDIR; export MAKEOBJDIRPREFIX=$destdir/usr/obj;
+ $make _worldtmp &&
+ $make _legacy &&
+ $make _bootstrap-tools -DWITHOUT_CROSS_COMPILER -DWITHOUT_TOOLCHAIN &&
+ $make DESTDIR=$destdir distrib-dirs &&
+ $make _obj SUBDIR_OVERRIDE=etc &&
+ $make everything SUBDIR_OVERRIDE=etc &&
+ $make DESTDIR=$destdir distribution) || \
return 1
else
(cd $SRCDIR; $make DESTDIR=$destdir distrib-dirs &&
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 24, 9:32 PM (9 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30272958
Default Alt Text
D41191.id125169.diff (1003 B)
Attached To
Mode
D41191: etcupdate: Support building with BUILD_WITH_STRICT_TMPPATH enabled
Attached
Detach File
Event Timeline
Log In to Comment