Changeset 68609 in vbox for trunk/src/VBox/HostDrivers/linux/build_in_tmp
- Timestamp:
- Sep 1, 2017 4:33:52 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117833
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/build_in_tmp
r58433 r68609 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.