From afdf20cbfb3c1d7d1e6987bba10986649ae07e94 Mon Sep 17 00:00:00 2001 From: Kevin Mills Date: Wed, 23 Jan 2019 14:05:33 -0800 Subject: Move comment out of recipe and prevent var expansion --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6adc317..5dcc215 100644 --- a/Makefile +++ b/Makefile @@ -203,6 +203,8 @@ $(STANDALONE_DEST): $(STANDALONE_DEST)/%: mkdir -p $@ +# We have to use $$(shell ls ...) in this recipe instead of $$(wildcard) so that we +# pick up $$(BSP_DIR)/install standalone: \ $(STANDALONE_DEST) \ $(STANDALONE_DEST)/bsp \ @@ -211,8 +213,6 @@ standalone: \ $(BSP_DIR)/install/lib/libmee-gloss.a \ $(SRC_DIR) \ scripts/standalone.mk - # We have to use $(shell ls ...) here instead of $(wildcard) so that we - # pick up $(BSP_DIR)/install cp -r $(addprefix $(BSP_DIR)/,$(filter-out build,$(shell ls $(BSP_DIR)))) $