2
0
Эх сурвалжийг харах

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 6 жил өмнө
parent
commit
fc910d4157
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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