Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
fc910d4157
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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