Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150429431
D54978.id170805.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
902 B
Referenced Files
None
Subscribers
None
D54978.id170805.diff
View Options
diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common
--- a/tools/tools/nanobsd/embedded/common
+++ b/tools/tools/nanobsd/embedded/common
@@ -116,11 +116,11 @@
}
customize_cmd add_etc_make_conf
-cust_install_machine_files() {
+cust_install_machine_files() (
echo "cd ${NANO_CFG_BASE}/Files"
cd ${NANO_CFG_BASE}/Files
find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)' | cpio -dumpv ${NANO_WORLDDIR}
-}
+)
customize_cmd cust_install_files
customize_cmd cust_install_machine_files
@@ -447,7 +447,7 @@
customize_cmd cust_comconsole
-dos_boot_part() {
+dos_boot_part() (
local d=/usr/local/share/u-boot/${NANO_BOOT_PKG}
local f=${NANO_FAT_DIR}
@@ -464,7 +464,7 @@
# Now we need to copy over dtb files from the build.
cp ${NANO_WORLDDIR}/boot/dtb/*.dtb .
-}
+)
if [ -n "$NANO_BOOT_PKG" ]; then
d=/usr/local/share/u-boot/${NANO_BOOT_PKG}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 4:20 AM (9 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28169975
Default Alt Text
D54978.id170805.diff (902 B)
Attached To
Mode
D54978: nanobsd: embedded: Fix more regressions from last cleanup
Attached
Detach File
Event Timeline
Log In to Comment