Home
last modified time | relevance | path

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

123456

/freebsd-14.2/contrib/kyua/bootstrap/
H A DMakefile.am.inc41 -rm -rf bootstrap/testsuite.dir
43 EXTRA_DIST += bootstrap/Kyuafile \
66 } >$(srcdir)/bootstrap/package.m4
68 @target_srcdir@bootstrap/testsuite: $(srcdir)/bootstrap/testsuite.at \
71 -I $(srcdir)/bootstrap \
75 CHECK_LOCAL += check-bootstrap
76 PHONY_TARGETS += check-bootstrap
77 check-bootstrap: @target_srcdir@bootstrap/testsuite $(check_PROGRAMS) \
86 copy-bootstrap-testsuite:
87 cp -f @target_srcdir@bootstrap/testsuite bootstrap/testsuite
[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-14.2/share/mk/
H A Ddirdeps.mk163 .if !target(bootstrap) && (make(bootstrap) || \
164 make(bootstrap-this) || \
165 make(bootstrap-recurse) || \
166 make(bootstrap-empty))
920 .if !target(bootstrap-empty)
921 .if !target(bootstrap) && (make(bootstrap) || \
922 make(bootstrap-this) || \
924 make(bootstrap-empty))
944 bootstrap-this: .NOTMAIN
954 bootstrap: bootstrap-recurse
[all …]
/freebsd-14.2/contrib/bmake/mk/
H A Ddirdeps.mk163 .if !target(bootstrap) && (make(bootstrap) || \
164 make(bootstrap-this) || \
165 make(bootstrap-recurse) || \
166 make(bootstrap-empty))
920 .if !target(bootstrap-empty)
921 .if !target(bootstrap) && (make(bootstrap) || \
922 make(bootstrap-this) || \
924 make(bootstrap-empty))
944 bootstrap-this: .NOTMAIN
954 bootstrap: bootstrap-recurse
[all …]
/freebsd-14.2/targets/pseudo/bootstrap-tools/
H A DMakefile4 all: bootstrap-toolchain
71 bootstrap-tools: legacy
72 build-tools: bootstrap-tools
75 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS}
99 bootstrap-toolchain: .MAKE cross-tools
/freebsd-14.2/contrib/bmake/
H A Dbsd.after-import.mk55 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE}
71 after-import: bootstrap ${MAKEFILE}
88 _makefile: bootstrap ${MAKEFILE}
113 _utmakefile: bootstrap ${MAKEFILE}
/freebsd-14.2/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-14.2/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-14.2/contrib/lutok/admin/
H A Dclean-all.sh66 rm -f bootstrap/package.m4
67 rm -f bootstrap/testsuite
/freebsd-14.2/contrib/kyua/admin/
H A Dclean-all.sh66 rm -f bootstrap/package.m4
67 rm -f bootstrap/testsuite
/freebsd-14.2/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-14.2/sys/contrib/device-tree/src/arm/
H A Daks-cdu.dts68 bootstrap@0 {
69 label = "bootstrap";
H A Dat91-kizboxmini-common.dtsi147 bootstrap@0 {
148 label = "bootstrap";
/freebsd-14.2/tools/build/mk/
H A DMakefile.boot86 .error Do not include $${SRCTOP}/sys when building bootstrap tools. \
93 .error Do not include $${SRCTOP}/include when building bootstrap tools. \
/freebsd-14.2/contrib/atf/
H A DFREEBSD-Xlist10 bootstrap/
/freebsd-14.2/share/keys/pkg/trusted/
H A DMakefile2 PACKAGE= pkg-bootstrap

123456