redoconf: a stub rc_include() now sources ./redoconf.rc automatically.
This lets us remove the awkward ". ./redoconf.rc" line from zillions of .od scripts, without paying the price of *always* including that whole file every time default.do.sh is used.
This commit is contained in:
parent
49f85f2156
commit
1a3c11f220
34 changed files with 5 additions and 34 deletions
|
|
@ -4,7 +4,6 @@
|
|||
# Notably, we have to precompile any precompiled
|
||||
# headers. We also generate redoconf.h in case
|
||||
# programs want to include it.
|
||||
. ./redoconf.rc
|
||||
rc_include _all.rc
|
||||
|
||||
case ${1%.precompile} in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue