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

  /src/usr.bin/make/unit-tests/
directive-dinclude.exp 1 make: directive-dinclude-error.inc:1: Invalid line "syntax error"
2 in directive-dinclude.mk:21
directive-dinclude.mk 1 # $NetBSD: directive-dinclude.mk,v 1.5 2025/06/28 22:39:28 rillig Exp $
3 # Tests for the .dinclude directive, which includes another file,
12 .dinclude "${.CURDIR}/directive-dinclude-nonexistent.inc"
16 .dinclude "${MAKEFILE}/subdir"
19 # expect: make: directive-dinclude-error.inc:1: Invalid line "syntax error"
20 _!= echo 'syntax error' > directive-dinclude-error.inc
21 .dinclude "${.CURDIR}/directive-dinclude-error.inc"
22 _!= rm directive-dinclude-error.in
    [all...]
Makefile 172 TESTS+= directive-dinclude
  /src/usr.bin/grep/
grep.h 120 extern bool dexclude, dinclude, fexclude, finclude, lbflag, nullflag, nulldataflag;
util.c 94 ret = dinclude ? false : true;
158 if (dexclude || dinclude) {
grep.c 129 bool dexclude, dinclude; /* --exclude-dir and --include-dir */ variable in typeref:typename:bool
627 dinclude = true;

Completed in 24 milliseconds