Home | History | Annotate | Line # | Download | only in conf
newvers.mk revision 1.1
      1  1.1  uebayasi # $NetBSD: newvers.mk,v 1.1 2015/09/06 06:13:16 uebayasi Exp $
      2  1.1  uebayasi 
      3  1.1  uebayasi MKREPRO?=no
      4  1.1  uebayasi 
      5  1.1  uebayasi .if ${MKREPRO} == "yes"
      6  1.1  uebayasi _NVFLAGS=${NVFLAGS} -r
      7  1.1  uebayasi .else
      8  1.1  uebayasi _NVFLAGS=${NVFLAGS}
      9  1.1  uebayasi .endif
     10  1.1  uebayasi 
     11  1.1  uebayasi .if !target(vers.o)
     12  1.1  uebayasi newvers: vers.o
     13  1.1  uebayasi vers.o: ${SYSTEM_OBJ:O} Makefile $S/conf/newvers.sh \
     14  1.1  uebayasi 		$S/conf/osrelease.sh ${_NETBSD_VERSION_DEPENDS}
     15  1.1  uebayasi 	${_MKMSG_CREATE} vers.c
     16  1.1  uebayasi 	${HOST_SH} $S/conf/newvers.sh ${_NVFLAGS}
     17  1.1  uebayasi 	${_MKTARGET_COMPILE}
     18  1.1  uebayasi 	${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
     19  1.1  uebayasi 	${COMPILE_CTFCONVERT}
     20  1.1  uebayasi .endif
     21