From d5d14df76bbb2b50727c00584effbc9f5e52ba4e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 15 Jun 2020 00:04:44 +0100 Subject: initial implementation of split messages in c functional but the compression switch still needs implementing --- content/handlers/javascript/duktape/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'content') diff --git a/content/handlers/javascript/duktape/Makefile b/content/handlers/javascript/duktape/Makefile index 096bd2c3e..638ca4458 100644 --- a/content/handlers/javascript/duktape/Makefile +++ b/content/handlers/javascript/duktape/Makefile @@ -11,12 +11,6 @@ content/handlers/javascript/duktape/dukky.c: \ BINDINGS := $(wildcard content/handlers/javascript/duktape/*.bnd) -# Host tool to convert file to comiled data -# -$(TOOLROOT)/xxd: utils/xxd.c $(TOOLROOT)/created - $(VQ)echo "BUILD CC: $@" - $(Q)$(BUILD_CC) $(BUILD_CFLAGS) -o $@ $< $(BUILD_LDFLAGS) - # Generator for the C include representing the generics.js $(OBJROOT)/duktape/generics.js.inc: content/handlers/javascript/duktape/generics.js $(TOOLROOT)/xxd $(Q)$(MKDIR) -p $(OBJROOT)/duktape -- cgit v1.2.3