projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f3c06a
)
Bug fix for mkpkg script
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 11 Jan 2009 20:37:04 +0000
(20:37 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 11 Jan 2009 20:37:04 +0000
(20:37 -0000)
scripts/mkpkg
patch
|
blob
|
history
diff --git
a/scripts/mkpkg
b/scripts/mkpkg
index 2d9018734c2848c5465af90d95b3ba146a043ba9..2cac7c6a3af3d1c3aafabdf396661ce4aadeb960 100755
(executable)
--- a/
scripts/mkpkg
+++ b/
scripts/mkpkg
@@
-21,10
+21,10
@@
test=${OK}
function build_package ()
{
- printf "%-
52
s" "$1"
- rm -f {LOG}
- rm -f {LOG_OK_FILE}
- rm -f {LOG_FAIL_FILE}
+ printf "%-
31
s" "$1"
+ rm -f
$
{LOG}
+ rm -f
$
{LOG_OK_FILE}
+ rm -f
$
{LOG_FAIL_FILE}
rm -f ${DEPENDENCY}
make $1-dirclean > /dev/null 2>&1