PERFORCE change 227175 for review
Robert Watson
rwatson at FreeBSD.org
Thu Mar 28 11:18:45 UTC 2013
http://p4web.freebsd.org/@@227175?ac=10
Change 227175 by rwatson at rwatson_zenith_cl_cam_ac_uk on 2013/03/28 11:17:45
Makefile target for objdump output for boot2, useful when debugging
with a simulator.
Affected files ...
.. //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/boot2/Makefile#4 edit
Differences ...
==== //depot/projects/ctsrd/beribsd/src/sys/boot/mips/beri/boot2/Makefile#4 (text+ko) ====
@@ -35,4 +35,7 @@
boot2.img: boot2
objcopy -S -O binary boot2 boot2.img
+boot2.dump: boot2
+ objdump -dS boot2 > boot2.dump
+
.include <bsd.prog.mk>
More information about the p4-projects
mailing list