Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7f66c1fd03b64db5ddb24cc2ae150c9aebe30cb4
Commit:     7f66c1fd03b64db5ddb24cc2ae150c9aebe30cb4
Parent:     e403149c92a2a0643211debbbb0a9ec7cc04cff7
Author:     Grant Likely <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 23 14:27:31 2007 +1000
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Thu Nov 1 07:11:06 2007 -0500

    [POWERPC] bootwrapper: Allow wrapper script to execute verbosely
    
    Allow wrapper script to print verbose progress when the V is set in the
    environment.
    
    Signed-off-by: Grant Likely <[EMAIL PROTECTED]>
    Acked-by: David Gibson <[EMAIL PROTECTED]>
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/wrapper |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper
index 39b27e5..347639c 100755
--- 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to