patch-2.4.19 linux-2.4.19/arch/ppc/boot/images/Makefile
Next file: linux-2.4.19/arch/ppc/boot/ld.script
Previous file: linux-2.4.19/arch/ppc/boot/common/util.S
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/ppc/boot/images/Makefile
- Orig date:
Mon Feb 25 11:37:55 2002
diff -urN linux-2.4.18/arch/ppc/boot/images/Makefile linux-2.4.19/arch/ppc/boot/images/Makefile
@@ -5,7 +5,7 @@
include $(TOPDIR)/Rules.make
vmlinux.gz: $(TOPDIR)/vmlinux
- $(OBJCOPY) -S -O binary $(TOPDIR)/vmlinux vmlinux
+ $(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlinux
gzip -vf9 vmlinux
clean:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)