summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-28 18:40:37 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-28 18:40:37 -0500
commit1ed6fe4326b46d0693bffbea34d6850a046a939c (patch)
tree64d6aae10588cfbe64209741c5b4805bc4eed60f /Makefile
parent8fe05997a4ffe4d193a4ba763edc2a25e49dafc5 (diff)
Make timestamp files for builddeps rules to avoid extra work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
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