diff --git a/.rev-xmle b/.rev-xmle index d895b0af..791ebc98 100644 --- a/.rev-xmle +++ b/.rev-xmle @@ -1,4 +1,4 @@ # This number is incremented for every linker change to force rebuilding # of xmle files. -0 +1 diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index 9c955715..e8ab2664 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -132,7 +132,8 @@ standalones: $(dest_standalone) strip: $(dest_standalone_strip) ui/package.strip.js %.xmle: %.xmlo $(path_tame)/.rev-xmle $(TAME_TS) - $(TAME) link $< $@ + @echo "WARNING: using WIP proof-of-concept linker!" + set -o pipefail; $(path_tame)/tamer/target/release/tameld $< | awk '/^ $@ %.js: %.xmle $(TAME_TS) $(TAME) standalone $< $@ diff --git a/src/current/compiler/js.xsl b/src/current/compiler/js.xsl index cba86787..a756db1a 100644 --- a/src/current/compiler/js.xsl +++ b/src/current/compiler/js.xsl @@ -62,7 +62,7 @@ @return compiled JS --> -