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Ă© <[email protected]>
---

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:
 

_______________________________________________
ewg mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to