mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-19 02:58:01 +00:00
tools/syz-make: rename from syz-env
syz-env will be a good, short name for the planned docker-ized build environment. So rename syz-env to syz-make. Maybe not the best name, but it's not visible basically anywhere.
This commit is contained in:
parent
910f427fd9
commit
4836c13c61
4
Makefile
4
Makefile
@ -28,7 +28,7 @@ ENV := $(subst \n,$(newline),$(shell CI=$(CI)\
|
||||
SOURCEDIR=$(SOURCEDIR) HOSTOS=$(HOSTOS) HOSTARCH=$(HOSTARCH) \
|
||||
TARGETOS=$(TARGETOS) TARGETARCH=$(TARGETARCH) TARGETVMARCH=$(TARGETVMARCH) \
|
||||
SYZ_CLANG=$(SYZ_CLANG) \
|
||||
go run tools/syz-env/env.go))
|
||||
go run tools/syz-make/make.go))
|
||||
# Uncomment in case of emergency.
|
||||
# $(info $(ENV))
|
||||
$(eval $(ENV))
|
||||
@ -36,7 +36,7 @@ ifneq ("$(SYZERROR)", "")
|
||||
$(error $(SYZERROR))
|
||||
endif
|
||||
ifeq ("$(NCORES)", "")
|
||||
$(error syz-env failed)
|
||||
$(error syz-make failed)
|
||||
endif
|
||||
MAKEFLAGS += " -j$(NCORES) "
|
||||
export MAKEFLAGS
|
||||
|
@ -1,6 +1,7 @@
|
||||
// Copyright 2018 syzkaller project authors. All rights reserved.
|
||||
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
|
||||
|
||||
// syz-make provides information required to build native code for the Makefile.
|
||||
package main
|
||||
|
||||
import (
|
Loading…
x
Reference in New Issue
Block a user