Commit 31a161ac authored by Nico Weber's avatar Nico Weber

r287585, repackage edition.

BUG=400088
TBR=hans

Review URL: https://codereview.chromium.org/589773002

Cr-Commit-Position: refs/heads/master@{#295793}
parent bd2c1d52
...@@ -55,7 +55,11 @@ if [ -f "$LLVM_LIB_DIR/$LIBFILE" ]; then ...@@ -55,7 +55,11 @@ if [ -f "$LLVM_LIB_DIR/$LIBFILE" ]; then
fi fi
cp $PDIR/lib/$LIBFILE "$LLVM_LIB_DIR/" cp $PDIR/lib/$LIBFILE "$LLVM_LIB_DIR/"
tar zcf ${PDIR}_repack.tgz -C "$LLVM_TAR_DIR" bin lib buildlog.txt if [ "$(uname -s)" = "Darwin" ]; then
tar zcf ${PDIR}_repack.tgz -C "$LLVM_TAR_DIR" bin include lib buildlog.txt
else
tar zcf ${PDIR}_repack.tgz -C "$LLVM_TAR_DIR" bin lib buildlog.txt
fi
echo The clang package has been repackaged with $LIBNAME echo The clang package has been repackaged with $LIBNAME
echo To upload, run: echo To upload, run:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment