From b2e4c2ec580c353121d787833ba8409fef743916 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 3 May 2019 13:39:07 +0100 Subject: UnimplementedJavascript.txt: Remove spurious newlines Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/javascript/duktape/Makefile') diff --git a/content/handlers/javascript/duktape/Makefile b/content/handlers/javascript/duktape/Makefile index e24a12a2e..34a036ad7 100644 --- a/content/handlers/javascript/duktape/Makefile +++ b/content/handlers/javascript/duktape/Makefile @@ -23,7 +23,7 @@ docs/UnimplementedJavascript.txt: content/handlers/javascript/duktape/netsurf.bn $(VQ)echo "This is a list of all the binding methods, getters and setters without an implementation in a binding." >> $@ $(VQ)echo "" >> $@ $(VQ)echo " GENBIND: $<" - $(Q)nsgenbind $(GBFLAGS) -Wunimplemented -I content/handlers/javascript/WebIDL $< $(OBJROOT)/duktape 2>&1 >/dev/null | grep "Unimplemented" | cut -d' ' -f4- | sort -k 2 | awk '{print $$0"\\n" }' >> $@ + $(Q)nsgenbind $(GBFLAGS) -Wunimplemented -I content/handlers/javascript/WebIDL $< $(OBJROOT)/duktape 2>&1 >/dev/null | grep "Unimplemented" | cut -d' ' -f4- | sort -k 2 | awk '{print $$0 }' >> $@ $(VQ)echo "*/" >> $@ ifeq ($(filter $(MAKECMDGOALS),clean test coverage),) -- cgit v1.2.3