2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00

debian: Break rules for datapath module out of debian/rules.

debian/rules included makefiles from /usr/share/modass/include.
Unfortunately these makefiles set some environment variables to values that
we do not want in the general Debian build, e.g. on this machine they set
CC to gcc-4.1.  It appears that it is generally good practice to break
out the kernel module rules from the general-purpose rules anyhow, so this
commit does so.
This commit is contained in:
Ben Pfaff
2009-12-15 10:19:03 -08:00
parent cf3a5d915f
commit a84edf5408
4 changed files with 53 additions and 49 deletions

View File

@@ -2,5 +2,4 @@ debian/changelog usr/src/modules/openvswitch-datapath/debian
debian/control usr/src/modules/openvswitch-datapath/debian
debian/compat usr/src/modules/openvswitch-datapath/debian
debian/*.modules.in usr/src/modules/openvswitch-datapath/debian
debian/rules usr/src/modules/openvswitch-datapath/debian
_debian/openvswitch.tar.gz usr/src/modules/openvswitch-datapath