Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd/contrib/kyua/bootstrap/
H A DMakefile.am.inc30 tests_bootstrapdir = $(pkgtestsdir)/bootstrap
32 tests_bootstrap_DATA = bootstrap/Kyuafile
35 DISTCLEANFILES = bootstrap/atconfig \
36 bootstrap/testsuite.lineno \
37 bootstrap/testsuite.log
41 -rm -rf bootstrap/testsuite.dir
43 EXTRA_DIST += bootstrap/Kyuafile \
44 bootstrap/testsuite \
45 bootstrap/package.m4 \
46 bootstrap/testsuite.at
[all …]
H A Dtestsuite.at37 while test $(pwd) != '/' -a ! -e bootstrap/plain_helpers; do
49 test_suite("bootstrap")
52 ln -s $(GUESS_TOPDIR)/bootstrap/atf_helpers atf_helpers
56 test --results-file=bootstrap.db $2])
62 test_suite("bootstrap")
65 ln -s $(GUESS_TOPDIR)/bootstrap/plain_helpers plain_helpers
69 test --results-file=bootstrap.db])
/freebsd/contrib/bmake/mk/
H A Ddirdeps.mk163 .if !target(bootstrap) && (make(bootstrap) || \
164 make(bootstrap-this) || \
165 make(bootstrap-recurse) || \
166 make(bootstrap-empty))
956 .if !target(bootstrap-empty)
957 .if !target(bootstrap) && (make(bootstrap) || \
958 make(bootstrap-this) || \
959 make(bootstrap-recurse) || \
960 make(bootstrap-empty))
968 .elif !make(bootstrap-empty)
[all …]
/freebsd/share/mk/
H A Ddirdeps.mk163 .if !target(bootstrap) && (make(bootstrap) || \
164 make(bootstrap-this) || \
165 make(bootstrap-recurse) || \
166 make(bootstrap-empty))
956 .if !target(bootstrap-empty)
957 .if !target(bootstrap) && (make(bootstrap) || \
958 make(bootstrap-this) || \
959 make(bootstrap-recurse) || \
960 make(bootstrap-empty))
968 .elif !make(bootstrap-empty)
[all …]
/freebsd/targets/pseudo/bootstrap-tools/
H A DMakefile3 all: bootstrap-toolchain
69 bootstrap-tools: legacy
70 build-tools: bootstrap-tools
73 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS}
97 bootstrap-toolchain: .MAKE cross-tools
/freebsd/contrib/bmake/
H A Dbsd.after-import.mk5 # It will bootstrap the new version,
56 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE}
90 after-import: bootstrap ${MAKEFILE}
107 _makefile _utmakefile: bootstrap ${MAKEFILE}
121 echo 'CLEANFILES${.space}+= bootstrap'; echo; \
/freebsd/tools/build/options/
H A DWITHOUT_ELFTOOLCHAIN_BOOTSTRAP3 as part of the bootstrap process.
5 An alternate bootstrap tool chain must be provided.
H A DWITHOUT_CLANG_BOOTSTRAP1 Do not build the Clang C/C++ compiler during the bootstrap phase of
3 To be able to build the system, either gcc or clang bootstrap must be
H A DWITH_SYSTEM_COMPILER2 bootstrap phase of the build.
3 If the currently installed compiler matches the planned bootstrap compiler
H A DWITHOUT_SYSTEM_COMPILER2 bootstrap phase of the build.
3 Normally, if the currently installed compiler matches the planned bootstrap
H A DWITH_SYSTEM_LINKER2 bootstrap phase of the build.
3 If the currently installed linker matches the planned bootstrap linker
H A DWITHOUT_SYSTEM_LINKER2 bootstrap phase of the build.
3 Normally, if the currently installed linker matches the planned bootstrap
H A DWITHOUT_PKGBOOTSTRAP3 bootstrap tool.
H A DWITH_DISK_IMAGE_TOOLS_BOOTSTRAP6 as bootstrap tools.
H A DWITHOUT_GCC_BOOTSTRAP1 Do not build gcc and g++ as part of the bootstrap process.
H A DWITH_CLANG_BOOTSTRAP1 Build the Clang C/C++ compiler during the bootstrap phase of the build.
/freebsd/stand/i386/mbr/
H A Dmbr.S40 # we load in the bootstrap from the partition to boot.
119 # Now that we've loaded the bootstrap, check for the 0xaa55 signature. If it
120 # is present, execute the bootstrap we just loaded.
124 jmp *%bx # Invoke bootstrap
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.css245 .qtip-bootstrap{
460 .qtip-bootstrap{
482 .qtip-bootstrap .qtip-titlebar{
496 .qtip-bootstrap .qtip-titlebar .qtip-close{
512 .qtip-bootstrap .qtip-content{
517 .qtip-bootstrap .qtip-icon{
529 .qtip-bootstrap .qtip-icon .ui-icon{
551 .qtip-bootstrap .qtip-icon .ui-icon:hover{
/freebsd/contrib/lutok/admin/
H A Dclean-all.sh66 rm -f bootstrap/package.m4
67 rm -f bootstrap/testsuite
/freebsd/contrib/kyua/admin/
H A Dclean-all.sh66 rm -f bootstrap/package.m4
67 rm -f bootstrap/testsuite
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Daks-cdu.dts68 bootstrap@0 {
69 label = "bootstrap";
H A Dat91-kizboxmini-common.dtsi147 bootstrap@0 {
148 label = "bootstrap";
/freebsd/tools/build/mk/
H A DMakefile.boot89 .error Do not include $${SRCTOP}/sys when building bootstrap tools. \
96 .error Do not include $${SRCTOP}/include when building bootstrap tools. \
/freebsd/contrib/atf/
H A DFREEBSD-Xlist10 bootstrap/
/freebsd/share/keys/pkg/trusted/
H A DMakefile1 PACKAGE= pkg-bootstrap

123456