[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCH v2 09/23] build: Remove implicit rules



Disable implicit makefile rules.

Signed-off-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx>
---
 support/kconfig.new/Makefile.br                     |  2 ++
 .../kconfig.new/patches/06-remove-implicit-rules    | 13 +++++++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 support/kconfig.new/patches/06-remove-implicit-rules

diff --git a/support/kconfig.new/Makefile.br b/support/kconfig.new/Makefile.br
index 58e6e750..afe94eea 100644
--- a/support/kconfig.new/Makefile.br
+++ b/support/kconfig.new/Makefile.br
@@ -4,6 +4,8 @@ top_builddir=../../
 srctree := .
 obj ?= .
 
+.SUFFIXES :
+
 include Makefile.rules
 include Makefile
 #HOSTCFLAGS+=-Dinline="" -include foo.h
diff --git a/support/kconfig.new/patches/06-remove-implicit-rules 
b/support/kconfig.new/patches/06-remove-implicit-rules
new file mode 100644
index 00000000..4e179e8f
--- /dev/null
+++ b/support/kconfig.new/patches/06-remove-implicit-rules
@@ -0,0 +1,13 @@
+diff --git a/support/kconfig.new/Makefile.br b/support/kconfig.new/Makefile.br
+index 58e6e75..afe94ee 100644
+--- a/support/kconfig.new/Makefile.br
++++ b/support/kconfig.new/Makefile.br
+@@ -4,6 +4,8 @@ top_builddir=../../
+ srctree := .
+ obj ?= .
+ 
++.SUFFIXES :
++
+ include Makefile.rules
+ include Makefile
+ #HOSTCFLAGS+=-Dinline="" -include foo.h
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.