git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a6f4fd
)
MakeReleaseSet - Made clean code before building
author
John Hodge
<
[email protected]
>
Wed, 12 Oct 2011 04:38:50 +0000
(12:38 +0800)
committer
John Hodge
<
[email protected]
>
Wed, 12 Oct 2011 04:38:50 +0000
(12:38 +0800)
MakeReleaseSet
patch
|
blob
|
history
diff --git
a/MakeReleaseSet
b/MakeReleaseSet
index
5d5bbd7
..
117af81
100755
(executable)
--- a/
MakeReleaseSet
+++ b/
MakeReleaseSet
@@
-1,12
+1,12
@@
#!/bin/sh
rm -rf Dist
-if [ $# -g
t
1 ]; then
+if [ $# -g
e
1 ]; then
for arch in $*; do
echo $arch
- BUILD_DIST=y ARCH=$arch make install
+ BUILD_DIST=y ARCH=$arch make
clean
install
done
else
- BUILD_DIST=y make install
+ BUILD_DIST=y make
clean
install
fi
tar -zcf Acess2_latest_bin.tar.gz Dist/*
mdeltree b:/Acess2
UCC
git Repository :: git.ucc.asn.au