Files
i2p.i2p/core/c/build.sh
kytv 683ce3254f testscripts build target: check shell scripts for validity
(also adding missing shebang lines)
2013-09-20 22:32:05 +00:00

15 lines
341 B
Bash
Executable File

#!/bin/sh
(cd jcpuid ; sh build.sh ; cd ..)
(cd jbigi ; sh build.sh ; cd ..)
mkdir -p t/freenet/support/CPUInformation/
cp jcpuid/lib/freenet/support/CPUInformation/*jcpuid* t/freenet/support/CPUInformation/
mkdir -p t/net/i2p/util/
cp jbigi/lib/*jbigi* t/
(cd t ; jar cf ../jbigi.jar . ; cd ..)
echo "Native code built into jbigi.jar"