Lines Matching refs:DESTDIR

19 #   DESTDIR is the target directory for installation of the compiled
21 # libraries installed in DESTDIR.
40 # Builds a full release of NetBSD in DESTDIR, except for the
44 # Builds a full release of NetBSD in DESTDIR, including the /etc
47 # As per `make distribution', except that it ensures that DESTDIR
50 # Install the distribution from DESTDIR to INSTALLWORLDDIR (which
54 # Does a `make distribution', and then tars up the DESTDIR files
61 # from ${DESTDIR}
66 # from ${DESTDIR}
193 ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR:C/^\/$//}/ check; if [ $$? -gt 1 ]; then exit 1; fi
198 ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR:C/^\/$//}/ fix
203 ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR:C/^\/$//}/ fix obsolete
208 ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR:C/^\/$//}/ fix obsolete_stand
209 ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR:C/^\/$//}/ fix obsolete_stand_debug
290 # Build the system and install into DESTDIR.
297 @echo "Build already installed into ${DESTDIR}"
310 # ${RELEASEDIR}). "buildworld" enforces a build to ${DESTDIR} != /
315 (!defined(DESTDIR) || ${DESTDIR} == "" || ${DESTDIR} == "/")
316 @echo "Won't make ${.TARGET} with DESTDIR=/"
321 .if defined(DESTDIR) && ${DESTDIR} != "" && ${DESTDIR} != "/"
330 # Install the distribution from $DESTDIR to $INSTALLWORLDDIR (defaults to `/')
339 .if (!defined(DESTDIR) || ${DESTDIR} == "" || ${DESTDIR} == "/")
340 @echo "Can't make ${.TARGET} to DESTDIR=/"
356 ${MAKEDIRTARGET} . postinstall-check DESTDIR=${INSTALLWORLDDIR}
361 # Install modules from $DESTDIR to $INSTALLMODULESDIR
364 .if (!defined(DESTDIR) || ${DESTDIR} == "" || ${DESTDIR} == "/")
365 @echo "Can't make ${.TARGET} to DESTDIR=/"
379 ${MAKEDIRTARGET} sys/modules install DESTDIR=${INSTALLMODULESDIR:U/}
384 # Create sets from $DESTDIR or $NETBSDSRCDIR into $RELEASEDIR
457 .if !defined(DESTDIR) || ${DESTDIR} == ""
458 ${MAKEDIRTARGET} etc distrib-dirs DESTDIR=/
460 ${MAKEDIRTARGET} etc distrib-dirs DESTDIR=${DESTDIR}
483 cd ${DESTDIR}/usr/lib/clang && \