From 1ed6fe4326b46d0693bffbea34d6850a046a939c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 28 Dec 2014 18:40:37 -0500 Subject: Make timestamp files for builddeps rules to avoid extra work --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9501fe..5822815 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ romtypes = txtmode vesafb i945boards = x60 x60t t60 -build: \ +build: PHONY \ $(foreach board,$(boards),\ $(foreach keymap,$(keymaps),\ $(foreach romtype,$(romtypes),\ @@ -53,3 +53,9 @@ include modules.mk include build.mk include grub-mkstandalone.mk include buildrom-withgrub.mk + + + +.DELETE_ON_ERROR: +PHONY: +.PHONY: PHONY -- cgit v1.2.3