Make Breaks Echo
Any idea what’s going on with make on Mac OS X 10.5.1?
all: info testinfo:
@echo $$SHELL
@which echotest: echo1 echo2
@diff -q echo.out echo2.outecho1:
@echo -n "This is one statement" > echo.out
@echo ", and this is another" >> echo.outecho2:
@/bin/echo -n "This is one statement" > echo2.out
@/bin/echo ", and this is another" >> echo2.out


Loading...