Add configuration checks to build system
commit9a353bdacc4d1d9ed3602eced9f62169d7fd151e
authorAchim Gratz <Stromeko@Stromeko.DE>
Sat, 2 Jun 2012 11:32:53 +0000 (2 13:32 +0200)
committerBastien Guerry <bzg@altern.org>
Mon, 4 Jun 2012 06:41:01 +0000 (4 08:41 +0200)
tree36679fbf39e917b09cb4bccf8cef46a0b24f52b9
parent1dc00c5ddbc6811be42760c8ae37e1d3196f53bf
Add configuration checks to build system

* targets.mk: Add targets "config", "config-test", "config-exe",
  "config-cmd", "config-all" and "config-eol" (all .PHONY).  These
  echo various configuration dependent variables so they can be more
  easily checked for correctness.

* Makefile: Document the new targets, "config" with "help" and the
  rest with "helpall".
Makefile
targets.mk