config/debug.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 03 23:02:16 2011 +0200 (2011-07-03)
changeset 2537 95d470b5a6a9
parent 924 941294c6fcf1
permissions -rw-r--r--
config: move multi-line shell commands from Makefile to script

Maintaining thos multi-line shell commands in a Makefile rule is
a real PITA.

Move the two affected rules (build_gen_choice_in and build_gen_menu_in
to a shell script.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@924
     1
menu "Debug facilities"
yann@1870
     2
source "config.gen/debug.in"
yann@924
     3
endmenu