소스 검색

Merge branch 'fix-parallel-builds' into 'master'

Turn the libc and libm rules into 'order-only' prequisites

Closes #127

See merge request redox-os/relibc!158
jD91mZM2 7 년 전
부모
커밋
fc910d4157
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -22,7 +22,7 @@ SRC=\
 
 .PHONY: all clean fmt install libc libm test
 
-all: libc libm
+all: | libc libm
 
 clean:
 	cargo clean