Changeset 97405 in vbox for trunk/src/VBox/HostDrivers/linux
- Timestamp:
- Nov 4, 2022 5:40:02 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/build_in_tmp
r96407 r97405 88 88 # make, cleanup if success 89 89 cd "$tmpdir" 90 if make "-j`echo ${MAKE_JOBS}`" "$@" ${MAKE_EXTRAOPTS}; then # strip leading space from "MAKE_JOBS"90 if make CONFIG_MODULE_COMPRESS_GZIP= CONFIG_MODULE_COMPRESS_XZ= CONFIG_MODULE_COMPRESS_ZSTD= "-j`echo ${MAKE_JOBS}`" "$@" ${MAKE_EXTRAOPTS}; then # strip leading space from "MAKE_JOBS" 91 91 if [ -n "$SAVE_MOD_SYMVERS" ]; then 92 92 if [ -f Module.symvers ]; then
Note:
See TracChangeset
for help on using the changeset viewer.