From 98a8f5d1b865f0e82ea0a859dcca4b5cdf30ee2f Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 2 Feb 2021 17:44:11 -0800 Subject: [PATCH] Make touching bootcmds part of fetch That way it will be created, and running fetch more than once will not hurt. Signed-off-by: Ronald G. Minnich --- mainboards/intel/hw/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mainboards/intel/hw/Makefile b/mainboards/intel/hw/Makefile index 1749345..4245807 100644 --- a/mainboards/intel/hw/Makefile +++ b/mainboards/intel/hw/Makefile @@ -272,6 +272,7 @@ testcpukernel: cpukernel # These stanzas fetch code. fetch: getkernel geturoot getfiano getrom + touch bootcmds getkernel: rm -rf linux