[PATCH 2/3] Use subshell to avoid retval triggering make

Paul W. Frields stickster at gmail.com
Wed Aug 19 19:24:32 UTC 2015


---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 3091f6d..a9ce363 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,7 +85,7 @@ stoptest: clean
 	kill -TERM $$pid
 
 linktest:
-	linkchecker -q -f ../tools/linkcheckerrc -v http://localhost:5000
+	$(shell linkchecker -q -f ../tools/linkcheckerrc -v http://localhost:5000)
 
 clean:
 	rm -rf out
-- 
2.4.3




More information about the websites mailing list