Home
last modified time | relevance | path

Searched refs:command (Results 1 – 7 of 7) sorted by relevance

/scripts/
DKconfig.include14 # $(if-success,<command>,<then>,<else>)
15 # Return <then> if <command> exits with 0, <else> otherwise.
18 # $(success,<command>)
19 # Return y if <command> exits with 0, n otherwise
22 # $(failure,<command>)
23 # Return n if <command> exits with 0, y otherwise
39 $(error-if,$(failure,command -v $(CC)),compiler '$(CC)' not found)
40 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
DKbuild.include89 # echo command.
124 # if_changed - execute command if any prerequisite is newer than
125 # target, or command line has changed
161 # Execute command if command has changed or prerequisite(s) are updated.
166 # Execute the command and also postprocess generated .d dependencies file.
186 # (4) - due to command line change
192 # (4) The command line stored in the file named dir/.target.cmd
193 # differed from actual command line. This happens when compiler
195 # (5) No dir/.target.cmd file (used to store command line)
204 $(if $(cmd_$@),- due to command line change, \
[all …]
Dbpf_doc.py191 command = self.parse_element()
192 self.commands.append(command)
499 def print_one(self, command): argument
500 print('**%s**' % (command.proto))
501 self.print_elem(command)
Dsubarch.include2 # first, and if a usermode build is happening, the "ARCH=um" on the command
Dspelling.txt318 comand||command
/scripts/kconfig/tests/
Dconftest.py51 command = [CONF_PATH, mode, 'Kconfig']
69 ps = subprocess.Popen(command,
104 print("[command]\n{}\n".format(' '.join(command)))
/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig17 # 'shell' executes a command, and returns its stdout.