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

1 2 3 4 5 6 7 8

  /src/share/doc/psd/20.ipctut/
pipe.c 34 #define DATA "Bright star, would I were steadfast as thou art . . ."
  /src/usr.bin/make/unit-tests/
depsrc-phony.mk 5 # name exists and would be considered up to date.
7 # Without the .PHONY, this target would be "up to date".
depsrc-silent.mk 7 # Without the .SILENT, the commands 'echo one' and 'echo two' would be
deptgt-begin-fail-indirect.mk 7 # would not stop make from running the main targets. In the end, the exit
opt-define.mk 14 # would not be possible if the variable had been specified on the command line
22 # "Internal" or in the "Command" scope instead, undefining it would have no
archive-suffix.mk 7 # The code assumed that the .TARGET variable of every node would be set, but
dep-op-missing.mk 7 # To reach that point, there would have to be trailing whitespace in the line,
deptgt-notparallel.mk 10 # Set opts.maxJobs back to 1. Without this line, the output would be in
deptgt-silent.mk 9 # Without the .SILENT, the following command would be echoed.
jobs-empty-commands-error.mk 5 # dependencies, these files would end up empty. Since job.c 1.399 from
opt-warnings-as-errors.mk 7 # after a failed warning, whereas it would stop immediately at the first
cond-token-number.mk 11 # Even though -0 is a number and would be accepted by strtod, it is not
22 # Even though +0 is a number and would be accepted by strtod, it is not
33 # Even though -1 is a number and would be accepted by strtod, it is not
44 # Even though +1 is a number and would be accepted by strtod, it is not
depsrc-precious.mk 10 # situation, in which the target would be wrongly considered up-to-date,
jobs-empty-commands.mk 5 # dependencies, these files would end up empty. Since job.c 1.399 from
suff-transform-select.mk 9 # it would choose .f.e instead.
varname-dot-make-ppid.mk 17 # the same, make would run as process 1, which is not a good idea because make
dep-wildcards.mk 11 # This is not a wildcard rule as implemented by GNU make, as those rules would
use-inference.mk 28 # would not know that the .from file would need to be built.
varmod-order-numeric.mk 14 # To get 53-bit integers even in C90, it would be possible to switch to
15 # 'double' instead, but that would allow floating-point numbers as well, which
directive-info.mk 27 # Even if lines would have trailing whitespace, this would be trimmed by
directive-for-empty.mk 30 # variables were real variables, calling 'empty' would work on them as well.
51 # loop would be naive and require many special cases, as there are many cases
109 # would be difficult to understand for humans as well. Technically, they are
112 # removed from the scope, which would need to make the outer 'i' visible
113 # again. This would suggest to use one variable scope per .for loop.
116 # a custom scope to be passed as parameter. This would have another side
119 # This would mean that the combination of a .for variable and the modifiers
120 # '::=', '::+=', '::?=', '::!=' and ':_' would lead to different behavior than
recursive.mk 4 # This would stop make from doing anything since the "recursive" error
35 # brace would be detected directly in the line where it is produced.
posix-varassign.mk 8 # as they would introduce the distinction between eagerly and lazily evaluated
10 # this would add too much complexity to the user's mental model, for too
varparse-undef-partial.mk 39 # variable name, as would be expected from reading the expression.
56 # expression ${COMPILER} would be expanded several times, but in this simple
57 # scenario there would not be any side effects.
depsrc-use.mk 18 @echo first 1 # Using ${.TARGET} here would expand to "action"

Completed in 16 milliseconds

1 2 3 4 5 6 7 8