當我使用一個makefile我經常在輸出中看到讓[1] ...使[2] ... 例如:make [n]中的[n]是什麼意思?
make all-recursive
make[1]: Entering directory `./splint-3.1.2'
Making all in src
make[2]: Entering directory `./src'
grep "FLG_" flags.def > Headers/flag_codes.gen
make
make[3]: Entering directory `.splint-3.1.2/src'
什麼[N]在make [N]手段?
如果仔細查看輸出,您可能能夠回答自己的問題。 (提示:正在輸入...) – devnull
提示no2 - 遞歸? – luk32