URL
https://opencores.org/ocsvn/s1_core/s1_core/trunk
[/] [s1_core/] [trunk/] [tools/] [bin/] [tar_env] - Diff between revs 109 and 114
Show entire file |
Details |
Blame |
View Log
Rev 109 |
Rev 114 |
Line 3... |
Line 3... |
# This script makes a tarball of the S1 environment:
|
# This script makes a tarball of the S1 environment:
|
# you should call "clean_env" before calling this,
|
# you should call "clean_env" before calling this,
|
# otherwise you will get a huge file.
|
# otherwise you will get a huge file.
|
|
|
test_env S1_ROOT
|
test_env S1_ROOT
|
TARBALL=$HOME/simplyrisc-s1.tar
|
TARBALL=$HOME/s1_core.tar
|
|
|
rm -f $TARBALL* $S1_ROOT/*.tar*
|
rm -f $TARBALL* $S1_ROOT/*.tar*
|
cd $S1_ROOT/..
|
cd $S1_ROOT/..
|
tar cvf $TARBALL `basename $S1_ROOT`
|
tar cvf $TARBALL `basename $S1_ROOT`
|
gzip $TARBALL
|
gzip $TARBALL
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.