[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / bioscall

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/bioscall/Makefile between version 1.18 and 1.19

version 1.18, 2008/10/19 22:05:21 version 1.19, 2010/07/06 05:59:59
Line 27  x86:
Line 27  x86:
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 .if ${OBJECT_FMT} == "ELF"  
 biostramp.bin: biostramp.obj  biostramp.bin: biostramp.obj
         ${OBJCOPY} --output-target=binary $? $@          ${OBJCOPY} --output-target=binary $? $@
 .else  
 biostramp.bin: biostramp.obj  
         cp $? $@  
         @${STRIP} $@  
         @${HOST_SH} ${.CURDIR}/rmaouthdr $@ $@.tmp  
         @if [ `ls -l $@.tmp | ${TOOL_AWK} '{print $$5}'` -gt 4096 ]; then \  
                 echo "$@ too big"; \  
                 exit 1; \  
         fi  
         @mv -f $@.tmp $@  
 .endif  
   
 biostramp.obj: ${OBJS} ${DEPS}  biostramp.obj: ${OBJS} ${DEPS}
         ${LD} -Bstatic -N -Ttext 0 -e do_bios_call -o $@ $(OBJS)          ${LD} -Bstatic -N -Ttext 0 -e do_bios_call -o $@ $(OBJS)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>