Searched refs:BASEDIR (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/subversion/
H A Dget-deps.sh56 BASEDIR=`pwd`
57 TEMPDIR=$BASEDIR/temp
78 test -d $BASEDIR/apr || $HTTP_FETCH $APACHE_MIRROR/apr/$APR.tar.bz2
79 test -d $BASEDIR/apr-util || $HTTP_FETCH $APACHE_MIRROR/apr/$APR_UTIL.tar.bz2
80 cd $BASEDIR
82 test -d $BASEDIR/apr || bzip2 -dc $TEMPDIR/$APR.tar.bz2 | tar -xf -
83 test -d $BASEDIR/apr-util || bzip2 -dc $TEMPDIR/$APR_UTIL.tar.bz2 | tar -xf -
85 test -d $BASEDIR/apr || mv $APR apr
86 test -d $BASEDIR/apr-util || mv $APR_UTIL apr-util
90 test -d $BASEDIR/py3
[all...]
/freebsd-11-stable/contrib/ntp/
H A Dbuild77 BASEDIR=A.$MYNAME
80 BASEDIR=A.$CVO
120 BDIR="$BASEDIR$KEYSUF$CCSUF"
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh100 BASEDIR VERBOSELEVEL TARGETRELEASE STRICTCOMPONENTS MERGECHANGES
235 if [ -e "${BASEDIR}/usr/src/COPYRIGHT" ]; then
278 if [ -z ${BASEDIR} ]; then
279 BASEDIR=$1
735 # Construct a unique name from ${BASEDIR}
736 BDHASH=`echo ${BASEDIR} | sha256 -q`
825 # Construct a unique name from ${BASEDIR}
826 BDHASH=`echo ${BASEDIR} | sha256 -q`
872 # Construct a unique name from ${BASEDIR}
873 BDHASH=`echo ${BASEDIR} | sha25
[all...]
/freebsd-11-stable/contrib/binutils/gas/doc/
H A DMakefile.am11 TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
100 BASEDIR = $(srcdir)/../..
101 BFDDIR = $(BASEDIR)/bfd
H A DMakefile.in221 TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
277 BASEDIR = $(srcdir)/../..
278 BFDDIR = $(BASEDIR)/bfd
/freebsd-11-stable/contrib/bmake/
H A Dmkdeps.sh235 -b) BASEDIR=$2; shift 2;;
286 { test "$BASEDIR" && sed -e "s;$BASEDIR;\$(BASEDIR);g" $TF || cat $TF; } |
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk183 SUBST_DEPVARS+= SB TOP BACKING SRC SRCDIR BASE BASEDIR
/freebsd-11-stable/crypto/openssh/
H A Dbuildpkg.sh.in254 BASEDIR=/
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.am68 BASEDIR = $(srcdir)/..
69 BFDDIR = $(BASEDIR)/bfd
70 INCDIR = $(BASEDIR)/include
H A DMakefile.in391 BASEDIR = $(srcdir)/..
392 BFDDIR = $(BASEDIR)/bfd
393 INCDIR = $(BASEDIR)/include
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.am36 BASEDIR = $(srcdir)/..
37 BFDDIR = $(BASEDIR)/bfd
38 INCDIR = $(BASEDIR)/include
47 TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
H A DMakefile.in293 BASEDIR = $(srcdir)/..
294 BFDDIR = $(BASEDIR)/bfd
295 INCDIR = $(BASEDIR)/include
303 TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am476 BASEDIR = $(srcdir)/..
477 BFDDIR = $(BASEDIR)/bfd
478 INCDIR = $(BASEDIR)/include
H A DMakefile.in707 BASEDIR = $(srcdir)/..
708 BFDDIR = $(BASEDIR)/bfd
709 INCDIR = $(BASEDIR)/include

Completed in 152 milliseconds