patch-2.4.23 linux-2.4.23/arch/ppc/boot/utils/mkimage.wrapper
Next file: linux-2.4.23/arch/ppc/config.in
Previous file: linux-2.4.23/arch/ppc/boot/simple/misc-embedded.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
1969-12-31 16:00:00.000000000 -0800
- Orig file:
linux-2.4.22/arch/ppc/boot/utils/mkimage.wrapper
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.22/arch/ppc/boot/utils/mkimage.wrapper linux-2.4.23/arch/ppc/boot/utils/mkimage.wrapper
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-#
-# Build PPCBoot image when `mkimage' tool is available.
-#
-
-MKIMAGE=$(type -path mkimage)
-
-if [ -z "${MKIMAGE}" ]; then
- # Doesn't exist
- echo '"mkimage" command not found - PPCBoot images will not be built' >&2
- exit 0;
-fi
-
-# Call "mkimage" to create PPCBoot image
-${MKIMAGE} "$@"
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)