Changeset 68627 in vbox for trunk/src/VBox/HostDrivers/linux/build_in_tmp
- Timestamp:
- Sep 5, 2017 9:48:21 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117857
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/build_in_tmp
r68610 r68627 65 65 # make, cleanup if success 66 66 cd "$tmpdir" 67 if make "-j ${MAKE_JOBS}" "$@"; then67 if make "-j`echo ${MAKE_JOBS}`" "$@"; then # strip leading space from "MAKE_JOBS" 68 68 if [ -n "$SAVE_MOD_SYMVERS" ]; then 69 69 if [ -f Module.symvers ]; then
Note:
See TracChangeset
for help on using the changeset viewer.