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

1 2

  /src/usr.bin/make/unit-tests/
suff-rebuild.exp 1 Parsing suff-rebuild.mk:10: .SUFFIXES:
4 Parsing suff-rebuild.mk:12: .SUFFIXES: .a .b .c
9 Parsing suff-rebuild.mk:14: suff-rebuild-example.a:
10 ParseDependency(suff-rebuild-example.a:)
11 Adding "suff-rebuild-example.a" to all targets.
12 Parsing suff-rebuild.mk:15: : Making ${.TARGET} out of nothing.
13 Parsing suff-rebuild.mk:17: .a.b:
18 Parsing suff-rebuild.mk:18: : Making ${.TARGET} from ${.IMPSRC}.
19 Parsing suff-rebuild.mk:19: .b.c
    [all...]
Makefile 336 TESTS+= suff-rebuild
  /src/external/gpl3/gdb/dist/gdb/
gdb_mbuild.sh 38 -f Force rebuild. Even rebuild previously built directories.
91 # Force a rebuild
212 # Should a scratch rebuild be forced, for perhaps the entire
276 # code thinking that a failed rebuild succeeded (executable
318 # a rebuild. (should the logs be saved?)
gdb_buildall.sh 40 --force Force rebuild.
79 # Force a rebuild
124 # Should a scratch rebuild be forced, for perhaps the entire build be skipped?
127 echo ... forcing rebuild
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_mbuild.sh 38 -f Force rebuild. Even rebuild previously built directories.
91 # Force a rebuild
212 # Should a scratch rebuild be forced, for perhaps the entire
276 # code thinking that a failed rebuild succeeded (executable
318 # a rebuild. (should the logs be saved?)
gdb_buildall.sh 40 --force Force rebuild.
79 # Force a rebuild
124 # Should a scratch rebuild be forced, for perhaps the entire build be skipped?
127 echo ... forcing rebuild
  /src/crypto/external/apache2/openssl/dist/util/
add-depends.pl 27 my $rebuild = 0;
35 # is, sets $rebuild.
37 $rebuild = 1
47 exit 0 unless $rebuild;
mkerr.pl 22 my $rebuild = 0;
55 -rebuild.
61 -rebuild Rebuild all header and C source files, even if there
94 } elsif ( $arg eq "-rebuild" ) {
95 $rebuild = 1;
293 next if ! $rnew{$lib} && ! $rebuild;
300 # need to rebuild the header file and C file.
  /src/crypto/external/bsd/openssl/dist/util/
add-depends.pl 27 my $rebuild = 0;
35 # is, sets $rebuild.
37 $rebuild = 1
47 exit 0 unless $rebuild;
mkerr.pl 22 my $rebuild = 0;
55 -rebuild.
61 -rebuild Rebuild all header and C source files, even if there
94 } elsif ( $arg eq "-rebuild" ) {
95 $rebuild = 1;
292 next if ! $rnew{$lib} && ! $rebuild;
299 # need to rebuild the header file and C file.
  /src/crypto/external/bsd/openssl.old/dist/util/
add-depends.pl 26 my $rebuild = 0;
33 # newer than the build file, and if it is, sets $rebuild.
35 $rebuild = 1 if @st && $st[9] > $build_mtime;
44 exit 0 unless $rebuild;
mkerr.pl 19 my $rebuild = 0;
52 -rebuild.
58 -rebuild Rebuild all header and C source files, even if there
91 } elsif ( $arg eq "-rebuild" ) {
92 $rebuild = 1;
420 next if ! $fnew{$lib} && ! $rnew{$lib} && ! $rebuild;
428 # need to rebuild the header file and C file.
  /src/sys/rump/net/lib/libsockin/
sockin.c 194 static bool rebuild; variable
216 rebuild = true;
237 rebuild = true;
350 if (rebuild) {
361 rebuild = false;
393 KASSERT(rebuild || su_iter);
  /src/external/apache2/llvm/dist/llvm/utils/
check-each-file 128 echo Trying to compile $f with native gcc and rebuild $program
  /src/external/gpl2/grep/dist/
grep.spec 83 - automated rebuild
126 - automatic rebuild
148 - auto rebuild in the new build environment (release 2)
  /src/external/gpl2/grep/dist/intl/
Makefile 313 @echo "it deletes files that may require special tools to rebuild."
  /src/sys/dev/ic/
cacreg.h 179 #define CAC_LD_RBLDRD 4 /* ready for rebuild */
188 u_int8_t prog[4]; /* blocks left to rebuild/expand */
189 u_int8_t rebuild; /* drive that is rebuilding */ member in struct:cac_drive_status
196 #define CAC_LD_DONE 0x04 /* spare rebuild done */
205 u_int8_t rebldfail; /* rebuild failure */
cissreg.h 225 #define CISS_LD_RBLDRD 4 /* ready for rebuild */
234 u_int8_t prog[4]; /* blocks left to rebuild/expand */
235 u_int8_t rebuild; /* drive that is rebuilding */ member in struct:ciss_ldstat
242 #define CISS_LD_DONE 0x04 /* spare rebuild done */
251 u_int8_t rebldfail; /* rebuild failure */
  /src/external/bsd/byacc/dist/
vmsbuild.com 99 $ write sys$output "C compiler required to rebuild BYACC"
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 97 auto *NewBase = rebuild(refExpr->getBase());
106 Expr *rebuild(Expr *e) { function in struct:__anon3206::Rebuilder
117 // Otherwise, we should look through and rebuild anything that
121 e = rebuild(parens->getSubExpr());
129 e = rebuild(uop->getSubExpr());
150 assocExpr = rebuild(assocExpr);
166 rebuiltExpr = rebuild(rebuiltExpr);
175 llvm_unreachable("bad expression to rebuild!");
703 // If we have a base, capture it in an OVE and rebuild the syntactic
709 }).rebuild(syntacticBase)
    [all...]
  /src/share/locale/ctype/
gen_ctype_utf8.pl 426 gen_ctype_utf8.pl - rebuild src/share/locale/ctype/en_US.UTF-8.src
435 we can reuse their hard work to rebuild our tables.
  /src/external/bsd/pkg_install/dist/admin/
main.c 140 " rebuild - rebuild pkgdb from +CONTENTS files\n"
141 " rebuild-tree - rebuild +REQUIRED_BY files from forward deps\n"
260 rebuild(void) function
604 } else if (strcasecmp(argv[0], "rebuild") == 0) {
607 rebuild();
612 } else if (strcasecmp(argv[0], "rebuild-tree") == 0) {
  /src/sys/dev/pci/
mlyreg.h 717 u_int8_t rebuild:1; member in struct:mly_ioctl_getlogdevinfovalid
778 u_int8_t rebuild:1; /* N/A */ member in struct:mly_ioctl_getphysdevinfovalid
ips.c 1090 int error, rebuild = 0; local
1105 rebuild++;
1114 if (rebuild && ips_getrblstat(sc, 0) == 0) {
  /src/share/mk/
bsd.x11.mk 267 # will rebuild the .pc file if the version in configure changes.

Completed in 46 milliseconds

1 2