aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_in_frags.sh
Commit message (Collapse)AuthorAgeFilesLines
* config: Add config support for multiple compilersRay Donnelly2015-05-291-0/+3
| | | | | | | | | | | This change updates the config to support multiple compilers by moving CC_.* to CC_GCC_.* to make room for other compilers. We also update gen_in_frags.sh to check for a default cc. Signed-off-by: Ray Donnelly <mingw.android@gmail.com> Reviewed-by: Yann Diorcet <diorcetyann@gmail.com> Reviewed-by: Bryan Hundven <bryanhundven@gmail.com>
* config: move multi-line shell commands from Makefile to scriptYann E. MORIN"2011-07-031-0/+158
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>