Variable: makefile-query-one-target-method

makefile-query-one-target-method is an alias and customizable for makefile-query-one-target-method-function, defined in make-mode.el.gz.

This variable is obsolete since 29.1; use makefile-query-one-target-method-function instead.

Value

makefile-query-by-make-minus-q

Documentation

Function to call to determine whether a make target is up to date.

The function must satisfy this calling convention:

* As its first argument, it must accept the name of the target to
  be checked, as a string.

* As its second argument, it may accept the name of a makefile
  as a string. Depending on what you're going to do you may
  not need this.

* It must return the integer value 0 (zero) if the given target
  should be considered up-to-date in the context of the given
  makefile, any nonzero integer value otherwise.

Probably introduced at or before Emacs version 22.1.

Aliases

makefile-query-one-target-method (obsolete since 29.1)