projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e403149
)
[POWERPC] bootwrapper: Allow wrapper script to execute verbosely
author
Grant Likely
<grant.likely@secretlab.ca>
Tue, 23 Oct 2007 04:27:31 +0000
(14:27 +1000)
committer
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Thu, 1 Nov 2007 12:11:06 +0000
(07:11 -0500)
Allow wrapper script to print verbose progress when the V is set in the
environment.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/powerpc/boot/wrapper
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/boot/wrapper
b/arch/powerpc/boot/wrapper
index 39b27e5ef6c19a840d4b2a9fc0f87d621e72d789..347639c63936f592329314a95ddeb77b0211830d 100755
(executable)
--- a/
arch/powerpc/boot/wrapper
+++ b/
arch/powerpc/boot/wrapper
@@
-21,6
+21,11
@@
# (default ./arch/powerpc/boot)
# -W dir specify working directory for temporary files (default .)
+# Allow for verbose output
+if [ "$V" = 1 ]; then
+ set -x
+fi
+
# defaults
kernel=
ofile=zImage