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.
8 lines
106 B
Text
8 lines
106 B
Text
rc_include rc/CC.rc
|
|
|
|
rc_appendln CPPFLAGS "-Wall"
|
|
if rc_compile cc nolink; then
|
|
rc_save
|
|
else
|
|
rc_undo
|
|
fi
|