Lines Matching refs:sets
12 # release snapshot: Same as build, plus tar up the X sets and install
13 # them under the ${RELEASEDIR}/binary/sets directory (NetBSD <=1.6)
14 # or the ${RELEASEDIR}/${MACHINE}/binary/sets directory (NetBSD >1.6).
22 # by default. Needed to find ./distrib/sets.
108 ${INSTALL} -d -m 755 -o root -g wheel ${RELEASEDIR}/${MACHINE}/binary/sets
111 cd ${NETBSDSRCDIR}/distrib/sets && \
112 sh ./maketars -x -d ${DESTDIR:S,^$,/,} -N ${NETBSDSRCDIR}/etc -t ${RELEASEDIR}/${MACHINE}/binary/sets
114 cd ${NETBSDSRCDIR}/distrib/sets && \
115 sh ./maketars -x -d ${DESTDIR:S,^$,/,} -t ${RELEASEDIR}/${MACHINE}/binary/sets
117 cd ${RELEASEDIR}/${MACHINE}/binary/sets && \