Changeset 38984 in vbox
- Timestamp:
- Oct 13, 2011 11:27:33 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rules
r38404 r38984 64 64 65 65 # shipping Linux kernel modules with bleeding-edge releases doesn't make sense 66 instmod := $(if $(filter _Ubuntu_lucid _Ubuntu_maverick _Ubuntu_natty _ Debian_sid,$(debrel)),,1)66 instmod := $(if $(filter _Ubuntu_lucid _Ubuntu_maverick _Ubuntu_natty _Ubuntu_oneiric _Debian_sid,$(debrel)),,1) 67 67 68 68 # Location of custom built Qt libraries (see below) -
trunk/src/VBox/Installer/linux/debian/rules
r38404 r38984 81 81 82 82 # shipping Linux kernel modules with bleeding-edge releases doesn't make sense 83 instmod := $(if $(filter _Ubuntu_lucid _Ubuntu_maverick _Ubuntu_natty _ Debian_sid,$(debrel)),,1)83 instmod := $(if $(filter _Ubuntu_lucid _Ubuntu_maverick _Ubuntu_natty _Ubuntu_oneiric _Debian_sid,$(debrel)),,1) 84 84 85 85 ifneq ($(MAKECMDGOALS),clean) -
trunk/src/VBox/Installer/linux/distributions_deb
r36459 r38984 4 4 _Debian_etch = DEBIAN_4_0 5 5 _Debian_sarge = DEBIAN_3_1 6 _Ubuntu_oneiric = UBUNTU_11_10 6 7 _Ubuntu_natty = UBUNTU_11_04 7 8 _Ubuntu_maverick = UBUNTU_10_10 -
trunk/src/VBox/Installer/linux/distributions_rpm
r36786 r38984 12 12 mdv2008.0 = MANDRIVA_2008_0 13 13 mdv2007.1 = MANDRIVA_2007_1 14 fedora16 = FEDORA_16 14 15 fedora15 = FEDORA_15 15 16 fedora14 = FEDORA_14 -
trunk/src/VBox/Installer/linux/rpm/rules
r37997 r38984 56 56 endif 57 57 58 ifeq ($(filter-out rhel4 rhel5 rhel6 ol4 ol5 ol6 centos4 centos5 centos6 fedora9 fedora11 fedora12 fedora13 fedora14 fedora15 turbolinux11,$(rpmrel)),)58 ifeq ($(filter-out rhel4 rhel5 rhel6 ol4 ol5 ol6 centos4 centos5 centos6 fedora9 fedora11 fedora12 fedora13 fedora14 fedora15 fedora16 turbolinux11,$(rpmrel)),) 59 59 rpmspec := rpm_redhat 60 60 endif … … 80 80 81 81 # Fedora13/14 is bleeding edge, the other jails have outdated kernel headers 82 instmod := $(if $(filter rhel4 rhel5 rhel6 ol4 ol5 ol6 centos4 centos5 centos6 sles10.1 sles11.0 fedora13 fedora14 fedora15 ,$(rpmrel)),,install_rpm)82 instmod := $(if $(filter rhel4 rhel5 rhel6 ol4 ol5 ol6 centos4 centos5 centos6 sles10.1 sles11.0 fedora13 fedora14 fedora15 fedora16,$(rpmrel)),,install_rpm) 83 83 84 84 ifneq ($(STAGEDISO),)
Note:
See TracChangeset
for help on using the changeset viewer.