debian/rules: Mark more targets as phony

This commit is contained in:
Ben Hutchings 2018-12-01 19:18:56 +00:00
parent 63b7ced1fc
commit 5a00e93df2
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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 <ukleinek@debian.org> Wed, 28 Nov 2018 12:20:46 +0100

2
debian/rules vendored
View File

@ -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