equivalent of pipefail in GNU make?

后端 未结 3 1600
失恋的感觉
失恋的感觉 2021-02-12 12:04

Say I have the following files:

buggy_program:

#!/bin/sh
echo \"wops, some bug made me exit with failure\"
exit 1

Makefile:

<         


        
3条回答
提交回复
热议问题