patch-2.4.11-dontuse linux/arch/alpha/boot/Makefile
Next file: linux/arch/alpha/boot/bootp.c
Previous file: linux/README
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Oct  4 18:47:08 2001
-  Orig file: 
v2.4.10/linux/arch/alpha/boot/Makefile
-  Orig date: 
Mon Sep 25 12:36:09 2000
diff -u --recursive --new-file v2.4.10/linux/arch/alpha/boot/Makefile linux/arch/alpha/boot/Makefile
@@ -59,7 +59,7 @@
 	echo "#define KERNEL_SIZE `ls -l vmlinux.nh | awk '{print $$5}'`" > $@T
 ifdef INITRD
 	[ -f $(INITRD) ] || exit 1
-	echo "#define INITRD_SIZE `ls -l $(INITRD) | awk '{print $$5}'`" >> $@T
+	echo "#define INITRD_IMAGE_SIZE `ls -l $(INITRD) | awk '{print $$5}'`" >> $@T
 endif
 	cmp -s $@T $@ || mv -f $@T $@
 	rm -f $@T
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)