patch-2.4.0-test9 linux/arch/ppc/chrpboot/Makefile

Next file: linux/arch/ppc/chrpboot/addnote.c
Previous file: linux/arch/ppc/amiga/time.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/arch/ppc/chrpboot/Makefile linux/arch/ppc/chrpboot/Makefile
@@ -67,11 +67,13 @@
 
 zImage: $(OBJS) no_initrd.o addnote
 	$(LD) $(LD_ARGS) -o $@ $(OBJS) no_initrd.o $(LIBS)
-	./addnote $@
+	cp $@ $@.rs6k
+	./addnote $@.rs6k
 
 zImage.initrd: $(OBJS) initrd.o addnote
 	$(LD) $(LD_ARGS) -o $@ $(OBJS) initrd.o $(LIBS)
-	./addnote $@
+	cp $@ $@.rs6k
+	./addnote $@.rs6k
 
 else
 znetboot:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)