mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Give up on automation due to intermittent redness (r=jst).
This commit is contained in:
parent
c6540ca70e
commit
849c76814c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user