Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: config-gen: make scripts bourne sh compliant [checkbashisms] | Sami Kerola | 2012-03-30 | 1 | -1/+1 |
| | | | | | | | | | | | $ 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 scenarios | Karel Zak | 2011-11-04 | 1 | -0/+33 |
Signed-off-by: Karel Zak <kzak@redhat.com> |