/src/usr.bin/make/unit-tests/ |
opt-debug-graph2.mk | 13 made-target: .PHONY 16 error-target: .PHONY 19 aborted-target: .PHONY aborted-target-dependency 20 aborted-target-dependency: .PHONY 23 all: made-target error-target aborted-target
|
opt-debug-graph3.mk | 13 made-target: .PHONY 16 error-target: .PHONY 19 aborted-target: .PHONY aborted-target-dependency 20 aborted-target-dependency: .PHONY 23 all: made-target error-target aborted-target
|
cond-func-commands.mk | 7 # At this point, the target 'target' does not exist yet, therefore it cannot 9 .if commands(target) 13 target: target 15 # Now the target exists, but it still has no commands. 16 .if commands(target) 20 target: target 23 # Even after the comment, the target still has no commands. 24 .if commands(target) 28 target target [all...] |
cond-func-target.mk | 1 # $NetBSD: cond-func-target.mk,v 1.5 2025/01/10 23:00:38 rillig Exp $ 3 # Tests for the target() function in .if conditions. 7 # The target "target" does not exist yet. 8 .if target(target) 12 target: target 14 # The target exists, even though it does not have any commands. 15 .if !target(target) 19 target: target 28 target: target [all...] |
opt-debug-graph2.mk | 13 made-target: .PHONY 16 error-target: .PHONY 19 aborted-target: .PHONY aborted-target-dependency 20 aborted-target-dependency: .PHONY 23 all: made-target error-target aborted-target
|
opt-debug-graph3.mk | 13 made-target: .PHONY 16 error-target: .PHONY 19 aborted-target: .PHONY aborted-target-dependency 20 aborted-target-dependency: .PHONY 23 all: made-target error-target aborted-target
|
cond-func-commands.mk | 7 # At this point, the target 'target' does not exist yet, therefore it cannot 9 .if commands(target) 13 target: target 15 # Now the target exists, but it still has no commands. 16 .if commands(target) 20 target: target 23 # Even after the comment, the target still has no commands. 24 .if commands(target) 28 target target [all...] |
cond-func-target.mk | 1 # $NetBSD: cond-func-target.mk,v 1.5 2025/01/10 23:00:38 rillig Exp $ 3 # Tests for the target() function in .if conditions. 7 # The target "target" does not exist yet. 8 .if target(target) 12 target: target 14 # The target exists, even though it does not have any commands. 15 .if !target(target) 19 target: target 28 target: target [all...] |
opt-debug-graph2.mk | 13 made-target: .PHONY 16 error-target: .PHONY 19 aborted-target: .PHONY aborted-target-dependency 20 aborted-target-dependency: .PHONY 23 all: made-target error-target aborted-target
|
opt-debug-graph3.mk | 13 made-target: .PHONY 16 error-target: .PHONY 19 aborted-target: .PHONY aborted-target-dependency 20 aborted-target-dependency: .PHONY 23 all: made-target error-target aborted-target
|
cond-func-commands.mk | 7 # At this point, the target 'target' does not exist yet, therefore it cannot 9 .if commands(target) 13 target: target 15 # Now the target exists, but it still has no commands. 16 .if commands(target) 20 target: target 23 # Even after the comment, the target still has no commands. 24 .if commands(target) 28 target target [all...] |
cond-func-target.mk | 1 # $NetBSD: cond-func-target.mk,v 1.5 2025/01/10 23:00:38 rillig Exp $ 3 # Tests for the target() function in .if conditions. 7 # The target "target" does not exist yet. 8 .if target(target) 12 target: target 14 # The target exists, even though it does not have any commands. 15 .if !target(target) 19 target: target 28 target: target [all...] |
directive.mk | 21 # There is no directive called '.target', therefore this is parsed as a 23 .target target: source target 39 # expect+1: Invalid line "target-without-colon" 40 target-without-colon 42 # expect+1: Invalid line "target-without-colon another-target" 43 target-without-colon another-target
|
directive.mk | 21 # There is no directive called '.target', therefore this is parsed as a 23 .target target: source target 39 # expect+1: Invalid line "target-without-colon" 40 target-without-colon 42 # expect+1: Invalid line "target-without-colon another-target" 43 target-without-colon another-target
|
directive.mk | 21 # There is no directive called '.target', therefore this is parsed as a 23 .target target: source target 39 # expect+1: Invalid line "target-without-colon" 40 target-without-colon 42 # expect+1: Invalid line "target-without-colon another-target" 43 target-without-colon another-target
|
jobs-empty-commands-error.mk | 3 # In jobs mode, the shell commands for creating a target are written to a 13 all: existing-target 15 existing-target: 18 all: nonexistent-target
|
opt-debug-graph1.mk | 8 all: made-target made-target-no-sources 10 made-target: made-source 14 made-target-no-sources: 16 unmade-target: unmade-sources unmade-silent-source 20 unmade-target-no-sources:
|
jobs-empty-commands-error.mk | 3 # In jobs mode, the shell commands for creating a target are written to a 13 all: existing-target 15 existing-target: 18 all: nonexistent-target
|
opt-debug-graph1.mk | 8 all: made-target made-target-no-sources 10 made-target: made-source 14 made-target-no-sources: 16 unmade-target: unmade-sources unmade-silent-source 20 unmade-target-no-sources:
|
jobs-empty-commands-error.mk | 3 # In jobs mode, the shell commands for creating a target are written to a 13 all: existing-target 15 existing-target: 18 all: nonexistent-target
|
opt-debug-graph1.mk | 8 all: made-target made-target-no-sources 10 made-target: made-source 14 made-target-no-sources: 16 unmade-target: unmade-sources unmade-silent-source 20 unmade-target-no-sources:
|
cond-func-make-main.mk | 8 # 1. The default main target is the first target in the given makefiles that 15 # override the default main target from above. 22 first-main-target: 23 : Making ${.TARGET}. 25 # Even though the main-target would actually be made at this point, it is 27 .if make(first-main-target) 31 # Declaring a target via the .MAIN dependency adds it to the targets to be 37 .MAIN: dot-main-target-1a dot-main-target-1 [all...] |
/src/tests/usr.bin/xlint/lint1/ |
msg_328.c | 8 union target { union 15 union target arg = { 123 }; 17 arg = (union target)3;
|
msg_328.c | 8 union target { union 15 union target arg = { 123 }; 17 arg = (union target)3;
|
msg_328.c | 8 union target { union 15 union target arg = { 123 }; 17 arg = (union target)3;
|