mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 16:50:49 +08:00
Shell script to create the generated files
from the templates and definitions. From-SVN: r26102
This commit is contained in:
parent
69b2ac84b8
commit
4924608282
10
gcc/fixinc/genfixes
Executable file
10
gcc/fixinc/genfixes
Executable file
@ -0,0 +1,10 @@
|
||||
#! /bin/sh
|
||||
|
||||
echo AutoGen-ing inclhack.sh
|
||||
autogen inclhack.def
|
||||
|
||||
echo AutoGen-ing fixincl.x
|
||||
autogen -T fixincl.tpl -b fixincl inclhack.def
|
||||
|
||||
echo AutoGen-ing fixincl.sh
|
||||
autogen -DPROGRAM=1 -b fixincl inclhack.def
|
Loading…
x
Reference in New Issue
Block a user