HomeSort by: relevance | last modified time | path
    Searched refs:configure (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/sys/arch/amiga/stand/bootblock/boot/
samachdep.h 37 int configure(void *);
  /src/usr.bin/rump_dhcpclient/
configure.h 36 int configure(struct interface *);
Makefile 5 SRCS= main.c bpf.c common.c configure.c dhcp.c if-bsd.c net.c
  /src/common/dist/zlib/
configure 2 # configure script for zlib.
4 # Normally configure builds both a static and a shared library.
5 # If you want to build just a static library, use: ./configure --static
8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
16 # start off configure.log
17 echo -------------------- >> configure.log
18 echo $0 $* >> configure.log
19 date >> configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.lo
    [all...]
  /src/sys/external/bsd/drm/dist/
autogen.sh 12 $srcdir/configure --enable-maintainer-mode "$@"
  /src/usr.bin/make/unit-tests/
dir.exp 10 Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure
11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure
12 pre-patch pre-configure patch configure
36 : pre-configure
38 : configure
    [all...]
  /src/tools/mandoc/
Makefile 17 config.h: configure
18 SRCDIR=${DISTDIR} CC=${HOST_CC:Q} ${HOST_SH} ${DISTDIR}/configure
  /src/tools/xz-include/
Makefile 16 config.status: ${XZSRCDIR}/configure
17 ${HOST_SH} ${XZSRCDIR}/configure ${CONFIGURE_ARGS} \
  /src/sys/external/isc/libsodium/dist/dist-build/
msys2-win32.sh 13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
msys2-win64.sh 13 ./configure --prefix="$PREFIX" --exec-prefix="$PREFIX" \
nativeclient-x86.sh 14 ./configure --enable-minimal \
nativeclient-x86_64.sh 14 ./configure --enable-minimal \
ios.sh 4 # Configure for base system so simulator is covered
42 ./configure --host=i686-apple-darwin10 \
55 ./configure --host=x86_64-apple-darwin10 \
73 ./configure --host=arm-apple-darwin10 \
86 ./configure --host=arm-apple-darwin10 \
99 ./configure --host=arm-apple-darwin10 \
android-build.sh 16 if [ ! -f ./configure ]; then
17 echo "Can't find ./configure. Wrong directory or haven't run autogen.sh?" >&2
48 ./configure \
64 ./configure \
nativeclient-pnacl.sh 22 ./configure --enable-minimal \
  /src/common/dist/zlib/contrib/untgz/
Makefile 11 cd ../..; ./configure; make
  /src/tools/gcc/
Makefile 114 MKNATIVE_CONFIG_TARGET_LIBS+= configure-target-libgcc
115 MKNATIVE_CONFIG_TARGET_LIBS+= configure-target-libgomp
118 configure-target-libstdc++-v3 \
119 configure-target-libbacktrace \
120 configure-target-libobjc
124 configure-target-libquadmath \
125 configure-target-libgfortran
131 configure-target-libsanitizer
172 (cd ${.OBJDIR}/build && ${BUILD_COMMAND} configure-target-libgcc)
179 (cd ${.OBJDIR}/build && ${BUILD_COMMAND} configure-target-libstdc++-v3
    [all...]
  /src/tools/host-mkdep/
Makefile 15 # XXX: The configure script needs to use awk, but we can't pass
17 # available at the time that host-mkdep is built. The configure script
28 host-mkdep: configure host-mkdep.in
30 ${CONFIGURE_ENV} ${HOST_SH} ${.CURDIR}/configure ${CONFIGURE_ARGS}
52 # Run by hand, then "configure" script committed:
  /src/usr.sbin/certctl/
certctl.sh 135 # configure
139 configure() function
514 configure
532 configure
550 configure
602 configure
652 configure
  /src/distrib/alpha/rz25dist/
build_dist 18 ./configure --enable-shared --enable-commonbfdlib
  /src/tools/llvm/
Makefile 19 config/config.status: ${LLVM_SRCDIR}/configure
23 cd config && ${HOST_SH} ${CONFIG_DIR}/configure ${LLVM_CONFIGURE_ARGS} \
  /src/sys/arch/hp300/stand/common/
samachdep.h 66 void configure(void);
  /src/usr.sbin/sysinst/arch/shark/
msg.md.de 83 system, you need to manually configure OpenFirmware to tell it where to
87 straight from a FFS partition on the local hard disk. So, to configure it
msg.md.en 79 system, you need to manually configure OpenFirmware to tell it where to
83 straight from a FFS partition on the local hard disk. So, to configure it
  /src/share/mk/
bsd.x11.mk 154 .if exists(${X11SRCDIR.${PROG}}/configure)
155 _CONFIGURE_PATH=${X11SRCDIR.${PROG}}/configure
156 .elif exists(${X11SRCDIR.${LIB}}/configure)
157 _CONFIGURE_PATH=${X11SRCDIR.${LIB}}/configure
266 # Add a dependancy on the configure file if it exists; this way we
267 # will rebuild the .pc file if the version in configure changes.
268 .if exists(${PKGDIST.${_pkg}}/configure)
269 ${_pkg}.pc: ${PKGDIST.${_pkg}}/configure Makefile
292 ${PKGDIST.${.PREFIX}}/configure); \

Completed in 855 milliseconds

1 2 3