VirtualBox

Ignore:
Timestamp:
Nov 30, 2009 9:52:00 AM (15 years ago)
Author:
vboxsync
Message:

Linux installer: depmod -ae => depmod -a (the latter is sufficient and prevents a warning on recent Linux distributions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile

    r21351 r25097  
    208208        @mkdir -p $(MODULE_DIR); \
    209209        install -m 0664 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \
    210         PATH="$(PATH):/bin:/sbin" depmod -ae; \
     210        PATH="$(PATH):/bin:/sbin" depmod -a; \
    211211        rm -f /etc/vbox/module_not_compiled
    212212
Note: See TracChangeset for help on using the changeset viewer.

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