Home | History | Annotate | Line # | Download | only in common
Makefile.distrib revision 1.1
      1 #	$NetBSD: Makefile.distrib,v 1.1 2002/05/02 18:02:30 lukem Exp $
      2 #
      3 # Makefile snippet to setup various make variables variables used in distrib/:
      4 #   variables:
      5 #	DISTRIBDIR	Top level of distrib
      6 #	DISTRIBREV	NetBSD version without dots, as in "15ZD"
      7 #	DISTRIBVER	NetBSD version with dots, as in "1.5ZD"
      8 #
      9 #   commands:
     10 #	MAKESUMS	runs sets/makesums with the appropriate environment
     11 #	RELEASE_INSTALL	installs release binaries
     12 #
     13 #
     14 
     15 DISTRIBDIR=	${NETBSDSRCDIR}/distrib
     16 DISTRIBREV!=	sh ${NETBSDSRCDIR}/sys/conf/osrelease.sh -s
     17 DISTRIBVER!=	sh ${NETBSDSRCDIR}/sys/conf/osrelease.sh
     18 
     19 MAKESUMS=	CKSUM=${CKSUM:Q} sh ${DISTRIBDIR}/sets/makesums
     20 RELEASE_INSTALL=${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
     21