2015-01-14 251 views
4

比如我運行makefile文件時得到這樣的錯誤:make [1]中的數字make [2] make [3]是什麼意思?

make[3]: *** [/home/ziga/Downloads/openwrt/rakun_openwrt/staging_dir/host/stamp/.upx_installed] Error 1 
make[2]: *** [tools/upx/install] Error 2 
make[1]: *** [/home/ziga/Downloads/openwrt/rakun_openwrt/staging_dir/target-powerpc_uClibc-0.9.33.2/stamp/.tools_install_nynnn] Error 2 

是什麼在使方括號中的數字[3]化妝[2]化妝[1 ]。我不是想解決這個錯誤。我只是對語法感到好奇。

回答

4

基本上它顯示了recursion的深度

+0

非常感謝。它確實有助於調試。 – 71GA