]> git.proxmox.com Git - openvswitch.git/commitdiff
build: add deb target
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 21 Nov 2016 10:33:50 +0000 (11:33 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 21 Nov 2016 14:14:45 +0000 (15:14 +0100)
Makefile

index 87c882ae960bbece2146a99b633e432cbbabcef3..a14b282f88cad8d0e5587f2861fd8ff45df651a0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,7 @@ DEBS=                                                         \
 all: ${DEBS}
        echo ${DEBS}
 
-
-${DEBS}: ${OVSSRC}
+deb ${DEBS}: ${OVSSRC}
        rm -rf ${OVSDIR}
        tar xf ${OVSSRC}
        cd  ${OVSDIR}; ln -s ../pvepatches patches