[patch 01/20] Uml - some comments about forcing /bin/bash

From: blaisorblade_spam
Date: Wed Nov 03 2004 - 21:54:39 EST



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

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@xxxxxxxx>
---

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 = $<
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/