Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我想禁用特定的构建步骤,我可以使用以下任何一种:
do_configure[noexec] = "1"
或者
do_configure() { }
这些替代品有什么区别?我听说使用noexec.
noexec
好吧,通常有 3 种删除任务的方法:
deltask
do_task() { : }
do_task[noexec]