mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
Fix some standard compliance.
This commit is contained in:
parent
77cf9423cc
commit
d279ea79e8
@ -216,7 +216,7 @@ create_config_header()
|
|||||||
|
|
||||||
echo "Creating config header: $outfile"
|
echo "Creating config header: $outfile"
|
||||||
|
|
||||||
name="`echo __$outfile | sed 's|[\./]|_|g' | tr '[a-z]' '[A-Z]'`"
|
name="`echo QB_${outfile}__ | sed 's|[\./]|_|g' | tr '[a-z]' '[A-Z]'`"
|
||||||
echo "#ifndef $name" > "$outfile"
|
echo "#ifndef $name" > "$outfile"
|
||||||
echo "#define $name" >> "$outfile"
|
echo "#define $name" >> "$outfile"
|
||||||
echo "" >> "$outfile"
|
echo "" >> "$outfile"
|
||||||
@ -260,7 +260,6 @@ output_define_make()
|
|||||||
|
|
||||||
create_config_make()
|
create_config_make()
|
||||||
{
|
{
|
||||||
|
|
||||||
outfile="$1"
|
outfile="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user