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
- Lines: 16
- Date:
Sun Sep 17 09:48:06 2000
- Orig file:
v2.4.0-test8/linux/arch/ppc/chrpboot/Makefile
- Orig date:
Mon Jun 19 17:59:35 2000
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)