Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107915370
D26985.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
390 B
Referenced Files
None
Subscribers
None
D26985.diff
View Options
Index: head/release/tools/vmimage.subr
===================================================================
--- head/release/tools/vmimage.subr
+++ head/release/tools/vmimage.subr
@@ -43,8 +43,8 @@
ROOTFSPART="-p freebsd-ufs/rootfs:=${VMBASE}"
;;
*)
- # ENOTSUPP
- return 1
+ echo "vmimage.subr: unsupported target '${TARGET}:${TARGET_ARCH}'" >&2
+ exit 1
;;
esac
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 20, 9:03 AM (20 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15976275
Default Alt Text
D26985.diff (390 B)
Attached To
Mode
D26985: vmimage.subr: noisier failure for unsupported targets
Attached
Detach File
Event Timeline
Log In to Comment