Skip to content
Snippets Groups Projects
Commit c37ba6d2 authored by rswindell's avatar rswindell
Browse files

Now tars-up Mozilla NSPR libs too.

parent 5ed00175
No related branches found
No related tags found
No related merge requests found
#/bin/sh
tar cvzf lib-linux.tgz lib/mozilla/js/linux.*/libjs.a
tar cvzf lib-freebsd.tgz lib/mozilla/js/freebsd.*/libjs.a
tar cvzf lib-openbsd.tgz lib/mozilla/js/openbsd.*/libjs.a
tar cvzf lib-unix.tgz lib/mozilla/js/*/libjs.a
tar cvzf lib-linux.tgz lib/mozilla/*/linux.*/*.a
tar cvzf lib-freebsd.tgz lib/mozilla/*/freebsd.*/*.a
tar cvzf lib-openbsd.tgz lib/mozilla/*/openbsd.*/*.a
tar cvzf lib-unix.tgz lib/mozilla/*/*/*.a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment