From 65695f88bc58d08984c95e3fa4f447e683f96a6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 14 Feb 2017 10:38:31 +0100 Subject: [PATCH] buildsys: job safety --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6dd3d72..ae5dc93 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,9 @@ DEBS= \ all: ${DEBS} echo ${DEBS} -deb ${DEBS}: ${OVSSRC} +.PHONY: deb +deb: ${DEBS} +${DEBS}: ${OVSSRC} rm -rf ${OVSDIR} tar xf ${OVSSRC} cd ${OVSDIR}; ln -s ../pvepatches patches -- 2.39.5