Bug 647468 - make $(TAR) use stdin/stdout explicitly in content/canvas/test/webgl/Makefile.in; r=bjacob

This commit is contained in:
Marco Perez 2011-04-11 00:49:12 -04:00
parent fd8aad46c0
commit e86148e927

View File

@ -53,7 +53,7 @@ _TEST_FILES = \
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
$(TAR) cC $(srcdir) \
$(TAR) -cf - -C $(srcdir) \
resources \
conformance \
| $(TAR) xC $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
| $(TAR) -xf - -C $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)