From 523e05098af3b9233d286a0f31afe7e879bcd6a8 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 12 Mar 2012 14:45:52 +0100 Subject: Makefile: Mark phony targets Most targets used in our Makefile don't refer to files. Use the ".PHONY" special target to mark these. Doing this prevents us from file name conflicts and improves performance a bit. Signed-off-by: Lukas Fleischer --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e83e58..1081730 100644 --- a/Makefile +++ b/Makefile @@ -62,3 +62,5 @@ tar: release: tar scp initscripts-$(VER).tar.xz gerolde.archlinux.org:/srv/ftp/other/initscripts/ scp initscripts-$(VER).tar.xz pkgbuild.com:~/svn-packages/initscripts/trunk/ + +.PHONY: all installdirs install doc clean tar release -- cgit v1.2.3