summaryrefslogtreecommitdiff
path: root/debian/dkms.conf.in
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-02-13 10:09:09 -0800
committerBen Pfaff <blp@nicira.com>2012-02-13 12:23:09 -0800
commit3d93284f97b96861dbfeec440eda6bb8c7b735c6 (patch)
tree99342ea80dc39f12b5b7694ec26a834b8dc84fba /debian/dkms.conf.in
parentbcb9094323c83c2f070277c30a1390f7afb70c46 (diff)
downloadopenvswitch-3d93284f97b96861dbfeec440eda6bb8c7b735c6.tar.gz
debian: Do not run "make" if "configure" fails during DKMS build.
There is no point in trying to run "make" if "configure" failed. The "make" will fail too and the log will be harder to read. CC: Thomas Goirand <zigo@debian.org> CC: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'debian/dkms.conf.in')
-rw-r--r--debian/dkms.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dkms.conf.in b/debian/dkms.conf.in
index a6dc316b2..ae1fc7a08 100644
--- a/debian/dkms.conf.in
+++ b/debian/dkms.conf.in
@@ -1,6 +1,6 @@
PACKAGE_NAME="openvswitch"
PACKAGE_VERSION="__VERSION__"
-MAKE="./configure --with-linux=/lib/modules/`uname -r`/build ; make -C datapath/linux"
+MAKE="./configure --with-linux=/lib/modules/`uname -r`/build && make -C datapath/linux"
BUILT_MODULE_NAME[0]=openvswitch_mod
BUILT_MODULE_NAME[1]=brcompat_mod
BUILT_MODULE_LOCATION[0]=datapath/linux/