Chameleon

Chameleon Commit Details

Date:2011-05-11 14:36:50 (12 years 10 months ago)
Author:Evan Lojewski
Commit:791
Parents: 790
Message:Additional printout during compiling
Changes:
M/trunk/i386/boot2/Makefile

File differences

trunk/i386/boot2/Makefile
138138
139139
140140
141
141
142142
143143
144144
@echo "\t[MACHOCONV] boot"
@$(SYMROOT)/machOconv $(SYMROOT)/boot2.sys $(SYMROOT)/boot &> /dev/null
@echo ******* Patching at $(PATCH_ADDR) ******
@echo "\t******* Patching at $(PATCH_ADDR) ******"
@stat -f%z $(SYMROOT)/boot | perl -ane "print pack('V',@F[0]);" | dd conv=notrunc of=${SYMROOT}/boot.sys bs=1 count=4 seek=$(PATCH_ADDR) &> /dev/null
@echo "\t[MACHOCONV] boot"
@$(SYMROOT)/machOconv $(SYMROOT)/boot.sys $(SYMROOT)/boot

Archive Download the corresponding diff file

Revision: 791