aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-02-13 10:09:09 -0800
committerBen Pfaff <blp@nicira.com>2012-02-14 09:18:34 -0800
commite9b6e97d93ebd5e8708b62b79e8bf8fb48f5503b (patch)
treef92690e81d7c49b330fa234bd6e49b9079b4fa1f /debian
parent8c36bdd19fafc517b135f744613dfb10e06475f3 (diff)
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')
-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 a6dc316b..ae1fc7a0 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/