[BACK]Return to Makefile.xxboot CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / x68k / stand / xxboot

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

Diff for /src/sys/arch/x68k/stand/xxboot/Makefile.xxboot between version 1.19 and 1.20

version 1.19, 2022/02/04 06:16:03 version 1.20, 2022/04/25 15:12:07
Line 25  BINMODE= 444
Line 25  BINMODE= 444
 S=              ${.CURDIR}/../../../../..  S=              ${.CURDIR}/../../../../..
 M=              $S/arch/x68k  M=              $S/arch/x68k
 .PATH:          ${.CURDIR}/..  .PATH:          ${.CURDIR}/..
 SRCS=   boot.S bootmain.c conf.c xx.c  SRCS=   boot.S bootmain.c xx.c
 SRCS+=  ashrdi3.S  SRCS+=  ashrdi3.S
 SRCS+=  ashldi3.S  SRCS+=  ashldi3.S
 SRCS+=  memcpy.S  SRCS+=  memcpy.S
Line 65  CPPFLAGS+= -DLIBSA_NO_RAW_ACCESS
Line 65  CPPFLAGS+= -DLIBSA_NO_RAW_ACCESS
 CPPFLAGS+= -DLIBSA_NO_TWIDDLE  CPPFLAGS+= -DLIBSA_NO_TWIDDLE
 CPPFLAGS+= -DUSTAR_SECT_PER_CYL=30  CPPFLAGS+= -DUSTAR_SECT_PER_CYL=30
 SRCS+=  open.c close.c read.c lseek.c loadfile.c loadfile_aout.c alloc.c  SRCS+=  open.c close.c read.c lseek.c loadfile.c loadfile_aout.c alloc.c
 SRCS+=  errno.c globals.c  SRCS+=  errno.c globals.c files.c
 SRCS+=  $(FS).c  SRCS+=  $(FS).c
 SRCS+=  ${BOOTSRCS}  SRCS+=  ${BOOTSRCS}
   

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

CVSweb <webmaster@jp.NetBSD.org>