Changes a comment about forcing /bin/bash as shell for the UML Makefile.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[email protected]>
---
vanilla-linux-2.6.9-paolo/arch/um/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
diff -puN arch/um/Makefile~uml-need-bash arch/um/Makefile
--- vanilla-linux-2.6.9/arch/um/Makefile~uml-need-bash 2004-11-03 23:44:35.055230912 +0100
+++ vanilla-linux-2.6.9-paolo/arch/um/Makefile 2004-11-03 23:44:35.057230608 +0100
@@ -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 = $<
_