Changeset 68610 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Sep 1, 2017 4:46:58 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117834
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/build_in_tmp
r68609 r68610 65 65 # make, cleanup if success 66 66 cd "$tmpdir" 67 if make "-j `echo ${MAKE_JOBS}`" "$@"; then # strip leading space from "MAKE_JOBS"67 if make "-j${MAKE_JOBS}" "$@"; then 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.