fixproto: Define FIX_HEADER (needed by Aug 19 change).
* fixproto: Define FIX_HEADER (needed by Aug 19 change). Use FIX_HEADER instead of $original_dir/fix-header (twice). From-SVN: r8011
This commit is contained in:
parent
b5d11e41da
commit
1a655ca39b
@ -57,6 +57,7 @@ progname=$0
|
|||||||
progname=`basename $progname`
|
progname=`basename $progname`
|
||||||
original_dir=`pwd`
|
original_dir=`pwd`
|
||||||
CPP=${CPP-./cpp}
|
CPP=${CPP-./cpp}
|
||||||
|
FIX_HEADER=${FIX_HEADER-$original_dir/fix-header}
|
||||||
DEFINES="-D__STDC__=0 -D__cplusplus ${FIXPROTO_DEFINES}"
|
DEFINES="-D__STDC__=0 -D__cplusplus ${FIXPROTO_DEFINES}"
|
||||||
|
|
||||||
if [ `echo $1 | wc -w` = 0 ] ; then
|
if [ `echo $1 | wc -w` = 0 ] ; then
|
||||||
@ -320,7 +321,7 @@ for code in ALL STD ; do
|
|||||||
done
|
done
|
||||||
if ${CPP} ${DEFINES} $include_path fixtmp.c >fixtmp.i 2>/dev/null
|
if ${CPP} ${DEFINES} $include_path fixtmp.c >fixtmp.i 2>/dev/null
|
||||||
then
|
then
|
||||||
$original_dir/fix-header $rel_source_file $abs_source_file $abs_target_file "$required_list" <fixtmp.i
|
$FIX_HEADER $rel_source_file $abs_source_file $abs_target_file "$required_list" <fixtmp.i
|
||||||
else
|
else
|
||||||
echo "${progname}: cpp could not parse ${abs_source_file} (ignored)"
|
echo "${progname}: cpp could not parse ${abs_source_file} (ignored)"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user