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

1 2

  /src/usr.bin/make/unit-tests/
meta-ignore.inc 1 # $NetBSD: meta-ignore.inc,v 1.2 2023/02/25 19:30:32 sjg Exp $
9 IGNORE:= ${TMPDIR}/ignore
18 @mkdir -p ${IGNORE} ${OBJ}
19 @echo > ${IGNORE}/check
20 @rm -f ${OBJ}/check-ignore
25 DESC.one= Initialize check-ignore.meta
26 DESC.two= Use .MAKE.META.${TEST} - check-ignore is up to date
27 DESC.three= Skip .MAKE.META.${TEST} - check-ignore is out of date
33 ${MAKE} -C ${.CURDIR} -f ${makefile} check-ignore parent=${.TARGET
    [all...]
job-flags.mk 4 # like .SILENT or .IGNORE, as well as the command line options -s or -i.
8 all: silent .WAIT ignore .WAIT ignore-cmds
16 ignore: .IGNORE .PHONY target
22 ignore-cmds: .PHONY
23 # This node is not marked .IGNORE; individual commands can be switched
24 # to ignore mode by prefixing them with a '-'.
deptgt-ignore.mk 1 # $NetBSD: deptgt-ignore.mk,v 1.4 2022/01/22 21:50:41 rillig Exp $
3 # Tests for the special target .IGNORE in dependency declarations, which
8 # program, which is a different implementation technique, the .IGNORE applies
29 .IGNORE: error-ignored
opt-chdir.mk 16 chdir-root: .PHONY .IGNORE
22 chdir-nonexistent: .PHONY .IGNORE
sh-dots.mk 20 hidden: .IGNORE
27 commented: .IGNORE
41 indirect-space: .IGNORE
49 repeated: .IGNORE
sh-leading-hyphen.mk 3 # Tests for shell commands preceded by a '-', to ignore the exit status of
7 # .IGNORE
8 # depsrc-ignore.mk
9 # opt-ignore.mk
19 # The '-' before 'unknown' is interpreted by make as '.IGNORE' flag.
depsrc-ignore.mk 1 # $NetBSD: depsrc-ignore.mk,v 1.5 2020/11/15 20:20:58 rillig Exp $
3 # Tests for the special source .IGNORE in dependency declarations,
6 # Even though 'ignore-errors' fails, 'all' is still made. Since 'all' is
7 # not marked with .IGNORE, it stops at the first failing command.
11 # ignore-errors". This is due to stdout being buffered.
34 # "ignore-errors begin"
36 # "false ignore-errors"
42 # "ignore-errors end"
56 all: ignore-errors
58 ignore-errors: .IGNOR
    [all...]
opt.mk 7 all: .IGNORE
sh-flags.mk 26 tgt-ignerr.yes= .IGNORE
113 ${target}: .IGNORE
  /src/usr.sbin/timed/timed/
globals.h 97 #define IGNORE 4
98 #define ALL (SLAVE|MASTER|IGNORE)
timed.c 562 case IGNORE:
578 case IGNORE:
579 fprintf(fd, "IGNORE\n");
590 status &= ~IGNORE;
604 ntp->status = IGNORE;
621 if (ntp->status == IGNORE || ntp->status == NOMASTER) {
slave.c 119 if (ntp->status == IGNORE
192 || fromnet->status == IGNORE
  /src/bin/csh/
exp.c 55 #define IGNORE 1 /* in ignore, it means to ignore value, just parse */
56 #define NOGLOB 2 /* in ignore, it means not to globone */
98 exp0(Char ***vp, int ignore)
102 p1 = exp1(vp, ignore);
110 p2 = exp0(vp, (ignore & IGNORE) || p1);
120 exp1(Char ***vp, int ignore)
124 p1 = csh_exp2(vp, ignore);
    [all...]
  /src/sbin/fsck_lfs/
fsck.h 87 DONTKNOW, NOFIX, FIX, IGNORE
utilities.c 208 idesc.id_fix = IGNORE;
274 case IGNORE:
dir.c 189 if (idesc->id_fix == IGNORE)
229 if (idesc->id_fix == IGNORE)
inode.c 135 if (idesc->id_fix != IGNORE)
  /src/sbin/fsck_ext2fs/
fsck.h 116 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE};
utilities.c 428 idesc.id_fix = IGNORE;
492 case IGNORE:
dir.c 211 if (idesc->id_fix == IGNORE)
242 if (idesc->id_fix == IGNORE)
inode.c 176 if (idesc->id_fix != IGNORE)
  /src/sbin/fsck_ffs/
fsck.h 181 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE};
dir.c 256 if (idesc->id_fix == IGNORE)
289 if (idesc->id_fix == IGNORE)
utilities.c 496 idesc.id_fix = IGNORE;
560 case IGNORE:
  /src/sbin/fsdb/
fsdb.c 556 idesc.id_fix = IGNORE;
1022 idesc.id_fix = IGNORE;
1132 idesc.id_fix = IGNORE;
1181 idesc.id_fix = IGNORE;
1234 idesc.id_fix = IGNORE;

Completed in 22 milliseconds

1 2