HomeSort by: relevance | last modified time | path
    Searched refs:BUILD (Results 1 - 13 of 13) sorted by relevancy

  /src/common/dist/zlib/nintendods/
Makefile 13 # BUILD is the directory where object files & intermediate files will be placed
19 BUILD := build
50 ifneq ($(BUILD),$(notdir $(CURDIR)))
58 export DEPSDIR := $(CURDIR)/$(BUILD)
84 -I$(CURDIR)/$(BUILD)
86 .PHONY: $(BUILD) clean all
89 all: $(BUILD)
96 $(BUILD): lib
98 @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefil
    [all...]
  /src/share/me/
Makefile 25 .if !defined(BUILD)
43 #.if !defined(BUILD)
58 .if !defined(BUILD)
  /src/share/mk/
bsd.nls.mk 13 ##### Build rules
46 .if !defined(BUILD) && !make(all) && !make(${F})
47 ${_F}! .MADE # no build at install
51 .if !defined(BUILD) && !make(all) && !make(${F})
52 ${_F}: .MADE # no build at install
bsd.files.mk 19 ##### Build rules
48 .if !defined(BUILD) && !make(all) && !make(${F}) && (${_FDOBUILD} == "no")
49 ${_F}! .MADE # no build at install
53 .if !defined(BUILD) && !make(all) && !make(${F}) && (${_FDOBUILD} == "no")
54 ${_F}: .MADE # no build at install
81 .if !defined(BUILD) && !make(all) && !make(${F}) && (${_FDOBUILD} == "no")
82 ${_F}! .MADE # no build at install
86 .if !defined(BUILD) && !make(all) && !make(${F}) && (${_FDOBUILD} == "no")
87 ${_F}: .MADE # no build at install
bsd.info.mk 13 ##### Build rules
65 .if !defined(BUILD) && !make(all) && !make(${F})
66 ${_F}! .MADE # no build at install
70 .if !defined(BUILD) && !make(all) && !make(${F})
71 ${_F}: .MADE # no build at install
bsd.man.mk 16 # installed on each build even when they don't need to. Note that
79 ##### Build and install rules (source form pages)
91 ${_MSECTIONS:@N@.$N.$N${MANSUFFIX}@}: # build rule
101 .if !defined(BUILD) && !make(all) && !make(${F})
102 ${_F}! .MADE # no build at install
106 .if !defined(BUILD) && !make(all) && !make(${F})
107 ${_F}: .MADE # no build at install
134 ##### Build and install rules (plaintext pages)
146 ${_MSECTIONS:@N@.$N.cat$N${MANSUFFIX}@}: ${CATDEPS} # build rule
169 .if !defined(BUILD) && !make(all) && !make(${F}
    [all...]
bsd.prog.mk 311 # can only build a single binary.
461 # Sanitizers don't support static build.
465 ##### Build and install rules
548 .if !defined(BUILD) && !make(all) && !make(${_P})
553 .if !defined(BUILD) && !make(all) && !make(${_P})
563 .if !defined(BUILD) && !make(all) && !make(${_P})
568 .if !defined(BUILD) && !make(all) && !make(${_P})
621 .if !defined(BUILD) && !make(all) && !make(${S})
626 .if !defined(BUILD) && !make(all) && !make(${S})
bsd.lib.mk 94 ##### Build and install rules
675 # happening inside the build directory/objdir. XXX Why does
818 .if !defined(BUILD) && !make(all) && !make(${_LIB.a})
823 .if !defined(BUILD) && !make(all) && !make(${_LIB.a})
835 .if !defined(BUILD) && !make(all) && !make(${_LIB_p.a})
840 .if !defined(BUILD) && !make(all) && !make(${_LIB_p.a})
852 .if !defined(BUILD) && !make(all) && !make(${_LIB_g.a})
857 .if !defined(BUILD) && !make(all) && !make(${LIB_g.a})
869 .if !defined(BUILD) && !make(all) && !make(${_LIB_pic.a})
878 .if !defined(BUILD) && !make(all) && !make(${_LIB_pic.a}
    [all...]
bsd.kmodule.mk 132 ##### Build rules
234 .if !defined(BUILD) && !make(all) && !make(${P})
235 ${_P}! .MADE # no build at install
239 .if !defined(BUILD) && !make(all) && !make(${P})
240 ${_P}: .MADE # no build at install
  /src/usr.bin/config/
gram.y 173 %token BLOCK BUILD
249 * are the "source" and "build" declarations that tell config where
279 | BUILD filename '\n' { if (!builddir) builddir = $2; }
  /src/
build.sh 2 # $NetBSD: build.sh,v 1.400 2025/10/20 14:31:35 nat Exp $
32 # Top level build wrapper, to build or cross-build NetBSD.
96 # the NetBSD build use them.
184 # the NetBSD build avoids using the problematic construct.
259 The NetBSD build system requires a shell that supports modern POSIX
267 The above command will usually enable build.sh to automatically set
296 *** BUILD ABORTED ***
475 "${HOST_SH}" build.sh --shelltest |
    [all...]
  /src/lib/librumpuser/
configure 637 build
778 -build | --build | --buil | --bui | --bu)
780 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1101 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1147 build=$build_alias
1298 --build=BUILD configure for building on BUILD [guessed
    [all...]
  /src/sys/external/isc/libsodium/dist/
configure 778 build
941 -build | --build | --buil | --bui | --bu)
943 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1264 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1310 build=$build_alias
1466 --build=BUILD configure for building on BUILD [guessed
    [all...]

Completed in 40 milliseconds