1
GNU Makefile에서 프로세스 대체
bash 프롬프트에서 의사 파일을 사용하여 diff를 실행할 수 있습니다. diff <(echo test) <(echo test) Makefile에있는 그대로 추가하면 실패합니다. all: diff <(echo test) <(echo test) 오류 (힌트 : / bin / sh는이 시스템에서 / bin / bash를 가리 킵니다) : /bin/sh: -c: line 0: syntax error near unexpected token `(' /bin/sh: …