Variable: project-linux-compile-target-command

project-linux-compile-target-command is a customizable variable defined in linux.el.gz.

Value

"gmake -k -C %s SUBDIRS=%s"

Documentation

Default command used to compile a target.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/linux.el.gz
(defcustom project-linux-compile-target-command (concat ede-make-command " -k -C %s SUBDIRS=%s")
  "Default command used to compile a target."
  :type 'string)