Bug 594734 Use $(TAR) instead of tar for content/canvas/test/webgl r=bjacob a=testing file only

This commit is contained in:
Ginn Chen 2010-09-10 20:56:33 +08:00
Родитель f95a154eae
Коммит 8bfd274b9d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -51,8 +51,8 @@ _TEST_FILES = \
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
tar cC $(srcdir) \
$(TAR) cC $(srcdir) \
resources \
conformance \
more \
| tar xC $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
| $(TAR) xC $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)