projects
/
sdk
/
emulator
/
emulator-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d7bd2a
)
[Title] modify build script (for fixing rm error)
author
Sooyoung, Ha
<yoosah.ha@samsung.com>
Fri, 16 Mar 2012 02:23:10 +0000
(11:23 +0900)
committer
Sooyoung, Ha
<yoosah.ha@samsung.com>
Fri, 16 Mar 2012 02:23:10 +0000
(11:23 +0900)
[Type] bugfix
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
package/build.linux
patch
|
blob
|
history
diff --git
a/package/build.linux
b/package/build.linux
index
b4c42d6
..
d6dc9b6
100755
(executable)
--- a/
package/build.linux
+++ b/
package/build.linux
@@
-4,7
+4,7
@@
clean()
{
echo "$SRCDIR"
# ant -buildfile build.xml clean
- rm $SRCDIR/*.jar
+ rm
-rf
$SRCDIR/*.jar
rm -rf $SRCDIR/*.zip
rm -rf $SRCDIR/*.tar.gz
}