mpw-config.in
来自「GCC编译器源代码」· IN 代码 · 共 12 行
IN
12 行
# Configuration fragment for G++.# Most of the real configuration work happens in the main GCC configure.# We need to join some lines in the Makefile.in before the sed# process will work properly. The funky little sed script works by# recognizing lines with a trailing '$@ \', adding the next line to# its "pattern space", editing out the backslash and line, then# putting the result out.sed -e '/$@ \\/{N;s/$@ \\./$@ /;P;D;}' \Option-d "{srcdir}"Makefile.in >"{o}"hacked_Makefile.in
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?