| /freebsd-13.1/contrib/kyua/bootstrap/ |
| H A D | Makefile.am.inc | 41 -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 D | testsuite.at | 37 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-13.1/share/mk/ |
| H A D | dirdeps.mk | 148 .if !target(bootstrap) && (make(bootstrap) || \ 149 make(bootstrap-this) || \ 150 make(bootstrap-recurse) || \ 151 make(bootstrap-empty)) 818 .if !target(bootstrap) && (make(bootstrap) || \ 819 make(bootstrap-this) || \ 821 make(bootstrap-empty)) 829 .elif !make(bootstrap-empty) 841 bootstrap-this: .NOTMAIN 851 bootstrap: bootstrap-recurse [all …]
|
| /freebsd-13.1/contrib/bmake/mk/ |
| H A D | dirdeps.mk | 161 .if !target(bootstrap) && (make(bootstrap) || \ 162 make(bootstrap-this) || \ 163 make(bootstrap-recurse) || \ 164 make(bootstrap-empty)) 878 .if !target(bootstrap-empty) 879 .if !target(bootstrap) && (make(bootstrap) || \ 880 make(bootstrap-this) || \ 882 make(bootstrap-empty)) 902 bootstrap-this: .NOTMAIN 912 bootstrap: bootstrap-recurse [all …]
|
| /freebsd-13.1/targets/pseudo/bootstrap-tools/ |
| H A D | Makefile | 5 all: bootstrap-toolchain 72 bootstrap-tools: legacy 73 build-tools: bootstrap-tools 76 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS} 99 bootstrap-toolchain: .MAKE cross-tools
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | bsd.after-import.mk | 55 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE} 71 after-import: bootstrap ${MAKEFILE} 88 _makefile: bootstrap ${MAKEFILE} 113 _utmakefile: bootstrap ${MAKEFILE}
|
| H A D | boot-strap | 338 srcdir=`GetDir /bmake make-bootstrap.sh.in "$srcdir" "$2" "$Mydir" ./bmake* "$Mydir"/../bmake*` 413 [ -s make-bootstrap.sh ] || op_configure 414 chmod 755 make-bootstrap.sh || exit 1 415 ./make-bootstrap.sh || exit 1 448 rm -f make-bootstrap.sh bmake *.o
|
| /freebsd-13.1/sys/mips/atheros/ |
| H A D | qca953x_chip.c | 78 uint32_t bootstrap; in qca953x_chip_detect_sys_frequency() local 80 bootstrap = ATH_READ_REG(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_chip_detect_sys_frequency() 81 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40) in qca953x_chip_detect_sys_frequency() 279 uint32_t bootstrap; in qca953x_chip_init_usb_peripheral() local 281 bootstrap = ATH_READ_REG(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_chip_init_usb_peripheral()
|
| H A D | qca955x_chip.c | 79 uint32_t bootstrap; in qca955x_chip_detect_sys_frequency() local 81 bootstrap = ATH_READ_REG(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_chip_detect_sys_frequency() 82 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_chip_detect_sys_frequency()
|
| H A D | ar934x_chip.c | 96 uint32_t bootstrap; in ar934x_chip_detect_sys_frequency() local 99 bootstrap = ATH_READ_REG(AR934X_RESET_REG_BOOTSTRAP); in ar934x_chip_detect_sys_frequency() 100 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_chip_detect_sys_frequency()
|
| /freebsd-13.1/stand/i386/mbr/ |
| H A D | mbr.S | 42 # we load in the bootstrap from the partition to boot. 121 # Now that we've loaded the bootstrap, check for the 0xaa55 signature. If it 122 # is present, execute the bootstrap we just loaded. 126 jmp *%bx # Invoke bootstrap
|
| /freebsd-13.1/contrib/kyua/admin/ |
| H A D | clean-all.sh | 66 rm -f bootstrap/package.m4 67 rm -f bootstrap/testsuite
|
| /freebsd-13.1/contrib/lutok/admin/ |
| H A D | clean-all.sh | 66 rm -f bootstrap/package.m4 67 rm -f bootstrap/testsuite
|
| /freebsd-13.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.css | 245 .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-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | aks-cdu.dts | 68 bootstrap@0 { 69 label = "bootstrap";
|
| H A D | at91-kizboxmini-common.dtsi | 149 bootstrap@0 { 150 label = "bootstrap";
|
| H A D | at91-kizbox.dts | 130 bootstrap@0 { 131 label = "bootstrap";
|
| /freebsd-13.1/tools/build/mk/ |
| H A D | Makefile.boot | 83 .error Do not include $${SRCTOP}/sys when building bootstrap tools. \ 90 .error Do not include $${SRCTOP}/include when building bootstrap tools. \
|
| /freebsd-13.1/contrib/atf/ |
| H A D | FREEBSD-Xlist | 10 bootstrap/
|
| /freebsd-13.1/share/keys/pkg/trusted/ |
| H A D | Makefile | 3 PACKAGE= pkg-bootstrap
|
| /freebsd-13.1/usr.sbin/pwd_mkdb/ |
| H A D | Makefile | 13 CFLAGS+=-I${.CURDIR}/bootstrap
|
| /freebsd-13.1/usr.bin/localedef/ |
| H A D | Makefile | 24 CFLAGS+= -I${.CURDIR}/bootstrap
|
| /freebsd-13.1/contrib/kyua/ |
| H A D | Kyuafile | 5 include("bootstrap/Kyuafile")
|
| /freebsd-13.1/targets/ |
| H A D | Makefile.inc | 12 .if make(bootstrap*) || !exists(${_CURDIR}/${.MAKE.DEPENDFILE:T})
|
| /freebsd-13.1/usr.sbin/pkg/ |
| H A D | Makefile | 3 PACKAGE= pkg-bootstrap
|