Searched refs:MENU_LST (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/tools/arm_molly/
H A Dbuild_molly_image.sh19 MENU_LST=""
67 shift; MENU_LST="$1"
112 elif [ -z "$MENU_LST" ]; then
122 # - all modules mentioned in $MENU_LST must exist in $ARCH/sbin/
141 BINS=$(awk '/^kernel/ || /^module/ {print $2}' $MENU_LST | uniq)
169 "$BUILD_DIR/tools/bin/arm_molly" "$MENU_LST" "$TMP_MBIC" "-$BW"
H A Dbuild_data_files.sh8 MENU_LST=$1
33 BINS=$(awk '/^kernel/ || /^module/ {print $2}' $MENU_LST)
/barrelfish-2018-10-04/tools/molly/
H A Dbuild_data_files.sh8 MENU_LST=$1
33 BINS=$(grep -e'^kernel' -e'^module' $MENU_LST | awk '{print $2}')

Completed in 95 milliseconds