I had to do this 'cos Makefile assumes $MAKE==make and that make is gnu
make.
Many thanks for the help.
Ken
freeskate# diff -u Makefile.old Makefile
--- Makefile.old Thu Oct 3 20:40:38 2002
+++ Makefile Tue Oct 8 14:56:08 2002
@@ -508,7 +508,7 @@
$(CC) -o zbsdchksum zbsdchksum.c
load_kernel/src/libload_kernel.a: load_kernel/src/jffs2.c
load_kernel/src/mini_inflate.c load_kernel/src/compr_rubin.c
load_kernel/src/compr_zlib.c load_kernel/src/pushpull.c
load_kernel/src/zImage.c load_kernel/src/compr_rtime.c
load_kernel/src/cramfs.c load_kernel/src/crc32.c
- make -C load_kernel/src LOCAL_CFLAGS="$(LOCAL_CFLAGS)"
libload_kernel.a
+ $(MAKE) -C load_kernel/src LOCAL_CFLAGS="$(LOCAL_CFLAGS)"
libload_kernel.a
#
# make a binary splash image and encode it as a char string
# in C.
Received on Tue Oct 08 2002 - 14:33:05 EDT
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:10:43 EDT