From 5a00e93df225e3d779d1b71da8bf8b390638afed Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 1 Dec 2018 19:18:56 +0000 Subject: [PATCH] debian/rules: Mark more targets as phony --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a1825f6d0..ac43b879a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ linux (4.19.6-1~exp1) UNRELEASED; urgency=medium [ Ben Hutchings ] * debian/rules.real: Mark most targets as phony + * debian/rules: Mark more targets as phony -- Uwe Kleine-König Wed, 28 Nov 2018 12:20:46 +0100 diff --git a/debian/rules b/debian/rules index 954e45ba1..3f13f8515 100755 --- a/debian/rules +++ b/debian/rules @@ -124,4 +124,4 @@ debian/control-real: debian/bin/gencontrol.py $(CONTROL_FILES) @echo exit 1 -.PHONY: clean build setup binary-indep binary-arch binary +.PHONY: binary binary-% build build-% clean debian/control-real orig setup source