>From 62491d966a645d08ffc6bb0c5bae9f725458cbec Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Thu, 23 Nov 2017 12:07:18 +0900 Subject: [PATCH] CodeSamples/formal/herd: Remove dependency to memory model in cross-klitmus Target "cross-klitmus" does not depend on memory model. Remove the implicit dependency of "cd $(LKMM_DIR)" from the recipe. Fixes: ef76630632df ("CodeSamples/formal/herd: Add Makefile and utility script") Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- CodeSamples/formal/herd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeSamples/formal/herd/Makefile b/CodeSamples/formal/herd/Makefile index 1abe5c7..b99699b 100644 --- a/CodeSamples/formal/herd/Makefile +++ b/CodeSamples/formal/herd/Makefile @@ -73,7 +73,7 @@ cross-klitmus: klitmus.tar klitmus.tar: litmus2herd mkdir -p klitmus - cd $(LKMM_DIR); klitmus7 -o $(HERD_DIR)/klitmus $(addprefix $(HERD_DIR)/,$(LITMUS7_HERD_TEST)) + klitmus7 -o klitmus $(LITMUS7_HERD_TEST) tar cf klitmus.tar ./klitmus clean: -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html