projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
target/linux: add preliminary 2.6.37 kernel support
[openwrt.git]
/
scripts
/
deptest.sh
diff --git
a/scripts/deptest.sh
b/scripts/deptest.sh
index
4a3fd78
..
953cdbf
100755
(executable)
--- a/
scripts/deptest.sh
+++ b/
scripts/deptest.sh
@@
-36,7
+36,7
@@
usage()
echo "OPTIONS:"
echo " --lean Run a lean test. Do not clean the build directory for each"
echo " package test."
echo "OPTIONS:"
echo " --lean Run a lean test. Do not clean the build directory for each"
echo " package test."
- echo " --force Force a test, even if a success stamp is available"
+ echo " --force Force a test, even if a success
/blacklist
stamp is available"
echo
echo "PACKAGES are packages to test. If not specified, all installed packages"
echo "will be tested."
echo
echo "PACKAGES are packages to test. If not specified, all installed packages"
echo "will be tested."
@@
-61,7
+61,7
@@
test_package() # $1=pkgname
echo "Package $pkg is not selected"
return
}
echo "Package $pkg is not selected"
return
}
- [ -f "$STAMP_BLACKLIST" ] && {
+ [ -f "$STAMP_BLACKLIST"
-a $force -eq 0
] && {
echo "Package $pkg is blacklisted"
return
}
echo "Package $pkg is blacklisted"
return
}
This page took
0.03416 seconds
and
4
git commands to generate.