Each update command in a Makefile rule is executed in a separate shell. So $? does not contain the exit status of the previous failed command, ...
確定! 回上一頁