Module: Mesa Branch: robust-tarballs Commit: f27cf8743ac9cbf4c0ad66aff0cd3f97efde97e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f27cf8743ac9cbf4c0ad66aff0cd3f97efde97e4
Author: José Fonseca <[email protected]> Date: Sat Jul 9 14:18:20 2011 +0100 make: Put back the tar.bz2 creation rule. Removed by accident. --- Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 6c222ff..9f459ae 100644 --- a/Makefile +++ b/Makefile @@ -255,6 +255,9 @@ $(LIB_NAME).tar: parsers ../$(DIRECTORY) manifest.txt $(LIB_NAME).tar.gz: $(LIB_NAME).tar ../$(DIRECTORY) gzip --stdout --best $(LIB_NAME).tar > $(LIB_NAME).tar.gz +$(LIB_NAME).tar.bz2: $(LIB_NAME).tar + bzip2 --stdout --best $(LIB_NAME).tar > $(LIB_NAME).tar.bz2 + $(LIB_NAME).zip: parsers ../$(DIRECTORY) rm -f $(LIB_NAME).zip ; \ cd .. ; \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
