summaryrefslogtreecommitdiffstats
path: root/tools/config-gen
Commit message (Collapse)AuthorAgeFilesLines
* tools: make config-gen to require build target argumentSami Kerola2014-03-071-0/+9
| | | | | | | When argument is not supplied help user by telling what arguments can be used. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* tools: generate autotools files if missingSami Kerola2013-09-101-0/+4
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: convert mount/ to module, rename to mount-deprecated/Karel Zak2012-06-261-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tools: config-gen: make scripts bourne sh compliant [checkbashisms]Sami Kerola2012-03-301-2/+3
| | | | | | | | | | | $ checkbashisms config-gen script config-gen does not appear to be a /bin/sh script possible bashism in config-gen line 27 (export foo=bar should be foo=bar; export foo): export CFLAGS="$CFLAGS" $ checkbashisms config-gen-functions.sh possible bashism in config-gen-functions.sh line 14 ('function' is useless): Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: add tools/config-gen and basic compilation scenariosKarel Zak2011-11-041-0/+31
Signed-off-by: Karel Zak <kzak@redhat.com>