[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

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

Diff for /src/etc/Makefile between version 1.259 and 1.260

version 1.259, 2003/10/25 03:55:26 version 1.260, 2003/10/26 07:25:34
Line 36 
Line 36 
 #  #
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 # For KERNSRCDIR, KERNOBJDIR, ...  .include <bsd.sys.mk>           # for HOST_SH
 #  .include <bsd.kernobj.mk>       # For KERNSRCDIR, KERNOBJDIR, ...
 .include <bsd.kernobj.mk>  .include <bsd.endian.mk>        # For TARGET_ENDIANNESS
   
 # For TARGET_ENDIANNESS  
 #  
 .include <bsd.endian.mk>  
   
   
 .MAKEOVERRIDES+=        USETOOLS  .MAKEOVERRIDES+=        USETOOLS
Line 56  MAKESUMS= CKSUM=${TOOL_CKSUM:Q} ${HOST_S
Line 52  MAKESUMS= CKSUM=${TOOL_CKSUM:Q} ${HOST_S
 # Note: At least mkisofs 2.0 should be used.  # Note: At least mkisofs 2.0 should be used.
 #  #
 MKISOFS?=       mkisofs  MKISOFS?=       mkisofs
 DISTRIBREV!=    sh ${KERNSRCDIR}/conf/osrelease.sh -s  DISTRIBREV!=    ${HOST_SH} ${KERNSRCDIR}/conf/osrelease.sh -s
 # ISO 9660 volume ID.  Note that this can only contain [A-Z0-9_].  # ISO 9660 volume ID.  Note that this can only contain [A-Z0-9_].
 ISO_VOLID!=     echo NETBSD_${MACHINE}_${DISTRIBREV} | tr a-z A-Z  ISO_VOLID!=     echo NETBSD_${MACHINE}_${DISTRIBREV} | tr a-z A-Z
 MKISOFS_FLAGS+= -J -l \  MKISOFS_FLAGS+= -J -l \

Legend:
Removed from v.1.259  
changed lines
  Added in v.1.260

CVSweb <webmaster@jp.NetBSD.org>