0
如何使用返回的shell數據打印換行符?我通過修改makefile來學習make。換行出來換成新線會很好。獲取make makefile警告輸出以包含打印換行符
# simple trial makefile
$(warning Making where CURDIR is $(CURDIR))
$(warning $(shell ls -l $(CURDIR)))
我在這裏看到了一個提示。 How to synthesize line breaks in GNU Make warnings or errors?
GNU使3.82
羅伯特