mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-28 04:46:44 -04:00
unix/linux: run each mkall.go target in a seperate goroutine
Each target within mkall.go is now within a seperate goroutine, except for making headers which have artifacts in their respective folders that overlap and conflict during their make target. Fixes golang/go#54009 Change-Id: I04dad7ffdb772029e62a34a1197577c718b533e1 Reviewed-on: https://go-review.googlesource.com/c/sys/+/419517 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
committed by
Gopher Robot
parent
6e608f9ce7
commit
e052cef7d3
@@ -1,4 +1,4 @@
|
||||
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/include -m32 /tmp/include/asm/unistd.h
|
||||
// go run linux/mksysnum.go -Wall -Werror -static -I/tmp/386/include -m32 /tmp/386/include/asm/unistd.h
|
||||
// Code generated by the command above; see README.md. DO NOT EDIT.
|
||||
|
||||
//go:build 386 && linux
|
||||
|
||||
Reference in New Issue
Block a user