[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v3 09/23] build: Remove implicit rules
Disable implicit makefile rules. Signed-off-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> --- support/kconfig.new/Makefile.br | 2 ++ support/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 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 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 0000000..4e179e8 --- /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.7.4 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |