diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-28 18:40:37 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-28 18:40:37 -0500 |
commit | 1ed6fe4326b46d0693bffbea34d6850a046a939c (patch) | |
tree | 64d6aae10588cfbe64209741c5b4805bc4eed60f /Makefile | |
parent | 8fe05997a4ffe4d193a4ba763edc2a25e49dafc5 (diff) |
Make timestamp files for builddeps rules to avoid extra work
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |