Searched refs:opts (Results 1 – 5 of 5) sorted by relevance
26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) \50 …$(Q)+$(MAKE) $(make-opts) run-command KBUILD_RUN_COMMAND='+$$(srctree)/scripts/package/builddeb $(…75 $(Q)$(MAKE) $(make-opts) olddefconfig76 $(Q)$(MAKE) $(make-opts) $(if $(filter um,$(ARCH)),,headers) all
23 opts = [x for x in flags.split(" ") if x.startswith("--jobserver")] variable28 fds = opts[-1].split("=", 1)[1]
100 cmd_debianize = $(srctree)/scripts/package/mkdebian $(mkdebian-opts)109 debian-orig: mkdebian-opts = --need-source
98 static const struct option opts[] = { in main() local110 while ((opt = getopt_long(argc, argv, "dsT:h", opts, NULL)) != EOF) { in main()
117 opts = ""120 opts += string121 return opts