Searched refs:command (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
D | Kconfig.include | 14 # $(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)
|
D | Kbuild.include | 89 # 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 …]
|
D | bpf_doc.py | 191 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)
|
D | subarch.include | 2 # first, and if a usermode build is happening, the "ARCH=um" on the command
|
D | spelling.txt | 318 comand||command
|
/scripts/kconfig/tests/ |
D | conftest.py | 51 command = [CONF_PATH, mode, 'Kconfig'] 69 ps = subprocess.Popen(command, 104 print("[command]\n{}\n".format(' '.join(command)))
|
/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 17 # 'shell' executes a command, and returns its stdout.
|