Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153210790
D1780.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
753 B
Referenced Files
None
Subscribers
None
D1780.id.diff
View Options
Index: head/tools/tools/makeroot/makeroot.sh
===================================================================
--- head/tools/tools/makeroot/makeroot.sh
+++ head/tools/tools/makeroot/makeroot.sh
@@ -165,13 +165,15 @@
awk '
!/ type=/ { file = $1 }
/ type=/ { if ($1 == file) {print} }' >> ${manifest}
-else
+elif [ -n "${EXTRAS}" ]; then
# Start with all the files in BSDROOT/METALOG except those in
# one of the EXTRAS manifests.
grep -h type=file ${EXTRAS} | cut -d' ' -f1 | \
sort -u ${BSDROOT}/METALOG - | awk '
!/ type=/ { file = $1 }
/ type=/ { if ($1 != file) {print} }' >> ${manifest}
+else
+ sort -u ${BSDROOT}/METALOG >> ${manifest}
fi
# For each extras file, add contents keys relative to the directory the
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 8:13 PM (8 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31862061
Default Alt Text
D1780.id.diff (753 B)
Attached To
Mode
D1780: makeroot: handle invocation with neither -e nor -f
Attached
Detach File
Event Timeline
Log In to Comment