Hi,

Given this makefile:

all:
        sleep 30 && echo ok || echo not ok


If I hit control-c before the sleep is done, how come "not ok" is not printed to the screen?

I just want to understand how make propagages ctrl-c to commands.

Martin


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to