]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commitdiff
Disable implicit makefile rules
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 18 Jan 2016 10:48:59 +0000 (10:48 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 18 Jan 2016 10:48:59 +0000 (10:48 +0000)
They are not needed, and cause unexpected behaviour.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Makefile
selftests/Makefile
tests/example/Makefile
tests/selftest/Makefile
tests/swint-emulation/Makefile

index 71e3767a297ec0ddb2ccf2870559075305781263..54cf8e1c4eef1e5df23f956295bd05312e774a60 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+MAKEFLAGS += -r
+
 .PHONY: all
 all:
        @for D in $(wildcard tests/*); do \
index 7fae9d62ba8efcc0920a0d9b9cd62f473894d3fb..603b1b329543ce2d05c92d14ef6e7581c426ff66 100644 (file)
@@ -1,3 +1,4 @@
+MAKEFLAGS += -r
 ROOT := $(abspath $(CURDIR)/..)
 CC = gcc
 
index ec78ad1f3aae11e4a10732157d3ff90696d1ce3a..e4878bc7ae97e71862fa89ce5df89a54dbd1009c 100644 (file)
@@ -1,3 +1,4 @@
+MAKEFLAGS += -r
 ROOT := $(abspath $(CURDIR)/../..)
 
 include $(ROOT)/build/common.mk
index 258795c29bf691c54c69a896ab2079e90ba01dee..22079fb1c8c78e0a77afd4653cd515ab1ef7eb35 100644 (file)
@@ -1,3 +1,4 @@
+MAKEFLAGS += -r
 ROOT := $(abspath $(CURDIR)/../..)
 
 include $(ROOT)/build/common.mk
index 4bff60dd193862e87d3c378cab887dafae85075d..59a3226714886fc8b14f5f6499baaed19c4561db 100644 (file)
@@ -1,3 +1,4 @@
+MAKEFLAGS += -r
 ROOT := $(abspath $(CURDIR)/../..)
 
 include $(ROOT)/build/common.mk