mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Update NSH document, README, and comments in a script file
This commit is contained in:
@@ -625,7 +625,6 @@ sethost.sh
|
||||
-32|64 selects 32- or 64-bit host (Only for Cygwin). Default 64
|
||||
-h will show this help test and terminate
|
||||
|
||||
|
||||
refresh.sh
|
||||
----------
|
||||
|
||||
|
||||
+2
-1
@@ -212,7 +212,8 @@ cd $nuttx || { echo "ERROR: failed to cd to $nuttx"; exit 1; }
|
||||
make clean_context 1>/dev/null 2>&1
|
||||
make olddefconfig 1>/dev/null 2>&1
|
||||
|
||||
# Restore any previous .config and Make.defs files
|
||||
# Move config file to correct location and restore any previous .config
|
||||
# and Make.defs files
|
||||
|
||||
if [ "X$dotconfig" != "Xy" ]; then
|
||||
sed -i -e "s/^CONFIG_APPS_DIR/# CONFIG_APPS_DIR/g" .config
|
||||
|
||||
Reference in New Issue
Block a user