Give up on automation due to intermittent redness (r=jst).

This commit is contained in:
Brendan Eich 2009-02-02 18:51:47 -08:00
parent 68e8901a4a
commit 2cbed5bed4

View File

@ -637,10 +637,14 @@ imacro_asm.js: imacro_asm.js.in jsopcode.tbl
GARBAGE += imacros.c.out imacro_asm.js
ifndef CROSS_COMPILE
# Obsolete comment: if you replace update-imacros with libs, this would apply
# but then parallel gmake would sometimes try to run $(DIST)/bin/js before it
# had been built and installed. Want a fix for this, de-automating for now.
# Build imacros.c.out after descending into DIRS and building the js shell.
# This may result in an updated imacros.c.out file that requires a re-build
# to stabilize.
libs:: imacros.c.out
update-imacros:: imacros.c.out
@cmp -s imacros.c.out $(srcdir)/$< || cp imacros.c.out $(srcdir)
%.c.out: %.jsasm imacro_asm.js