Changeset 13661 in hybrid for branches/releng-11/nanobsd
- Timestamp:
- Dec 18, 2016, 11:53:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/tools/image
r13498 r13661 172 172 173 173 if [ -d "${OBJDIR}" ]; then 174 NANOBSD_FLAGS="" 174 # No clean during run which was interrupted 175 if [ "$FORCE_WORLD" = "no" && "$FORCE_KERNEL" = "no" ]; then 176 NANOBSD_FLAGS="-n" 177 else 178 NANOBSD_FLAGS="" 179 fi 175 180 176 181 # Detect succesfull buildworld
Note:
See TracChangeset
for help on using the changeset viewer.