Makefile `echo -n' not working

后端 未结 3 1346
你的背包
你的背包 2021-02-01 16:46

I am trying to have my Makefile echo text without the trailing new line, but am unable to. I am experiencing the behavior on OS X (on Linux everything works as expected).

3条回答
  •  时光说笑
    2021-02-01 17:06

    echo is a bash shell builtin, but when you run it from makefile, it is the program version

提交回复
热议问题