[ewg] [PATCH] ofed_kernel/makefile: re-add the .PHONY target
sebastien dugue
sebastien.dugue at bull.net
Mon Dec 6 00:08:52 PST 2010
Hi Vlad,
following the patch:
ofed_kernel/makefile: Keep all targets that are to be marked .PHONY in a variable, PHONY
the .PHONY target that uses this variable is gone missing.
Signed-off-by: Sébastien Dugué <sebastien.dugue at bull.net>
---
diff --git a/ofed_scripts/makefile b/ofed_scripts/makefile
index 5dc0d94..b10d500 100644
--- a/ofed_scripts/makefile
+++ b/ofed_scripts/makefile
@@ -8,6 +8,7 @@ PHONY += install_kernel_nfsrdma
PHONY += install_kernel_mlx4
all:
+.PHONY: $(PHONY)
.DELETE_ON_ERROR:
More information about the ewg
mailing list