VirtualBox

Changeset 69126 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Oct 17, 2017 7:35:38 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118429
Message:

Now the clean rule for our kernel modules needs KERN_VER too.
bugref:3809: Linux installer maintenance

Since the reworking of the Linux kernel module make files we ask the kernel
build system to do the clean rule for us. That means we need a valid kernel
build path. Missing backslash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/debian/rules

    r69125 r69126  
    165165                make -C $(builddir)/bin/src/vboxnetflt KERN_VER=$$(basename $$d) clean \
    166166                make -C $(builddir)/bin/src/vboxnetadp KERN_VER=$$(basename $$d) clean \
    167                 make -C $(builddir)/bin/src/vboxpci KERN_VER=$$(basename $$d) clean
     167                make -C $(builddir)/bin/src/vboxpci KERN_VER=$$(basename $$d) clean \
    168168            fi; \
    169169        done
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