mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 647468 - make $(TAR) use stdin/stdout explicitly in content/canvas/test/webgl/Makefile.in; r=bjacob
This commit is contained in:
parent
fd8aad46c0
commit
e86148e927
@ -53,7 +53,7 @@ _TEST_FILES = \
|
|||||||
|
|
||||||
libs:: $(_TEST_FILES)
|
libs:: $(_TEST_FILES)
|
||||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||||
$(TAR) cC $(srcdir) \
|
$(TAR) -cf - -C $(srcdir) \
|
||||||
resources \
|
resources \
|
||||||
conformance \
|
conformance \
|
||||||
| $(TAR) xC $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
| $(TAR) -xf - -C $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||||
|
Loading…
Reference in New Issue
Block a user