VirtualBox

Ignore:
Timestamp:
Sep 1, 2017 4:33:52 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117833
Message:

Linux driver make files: clean up.
bugref:4567: Linux kernel driver maintenance

Simplify the Makefile.include.header and .footer templates and remove some
content which was either no longer relevant or perhaps never really needed.
Also make a small fix to build_in_tmp which sometimes caused it to fail on
Linux 2.4-based systems (that is, CentOS 3).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/linux/build_in_tmp

    r58433 r68609  
    6565# make, cleanup if success
    6666cd "$tmpdir"
    67 if make "-j${MAKE_JOBS}" "$@"; then
     67if make "-j`echo ${MAKE_JOBS}`" "$@"; then  # strip leading space from "MAKE_JOBS"
    6868  if [ -n "$SAVE_MOD_SYMVERS" ]; then
    6969    if [ -f Module.symvers ]; then
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette