
From: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>

Changes a comment about forcing /bin/bash as shell for the UML Makefile.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/um/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -puN arch/um/Makefile~uml-some-comments-about-forcing-bin-bash arch/um/Makefile
--- 25/arch/um/Makefile~uml-some-comments-about-forcing-bin-bash	2004-11-03 19:27:47.277603208 -0800
+++ 25-akpm/arch/um/Makefile	2004-11-03 19:27:47.281602600 -0800
@@ -5,7 +5,8 @@
 
 ARCH_DIR = arch/um
 OS := $(shell uname -s)
-#We require it or things break.
+# We require bash because the vmlinux link and loader script cpp use bash
+# features.
 SHELL := /bin/bash
 
 filechk_gen_header = $<
_
