makefile: list generated packages

This commit is contained in:
Andrey Konovalov 2017-06-14 13:05:05 +02:00
parent a59133e503
commit 0f784d778d
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ bin/syz-extract: syz-extract/*.go sysparser/*.go
generate: bin/syz-sysgen
bin/syz-sysgen
go generate ./...
go generate ./csource ./executor ./syz-gce ./pkg/ifuzz ./pkg/kernel
$(MAKE) format
bin/syz-sysgen: sysgen/*.go sysparser/*.go
go build $(GOFLAGS) -o $@ ./sysgen

View File

@ -1,7 +1,7 @@
// Copyright 2017 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.
//go:generate bash -c "gcc kvm_gen.cc kvm.S -o kvm_gen && ./kvm_gen > kvm.S.h"
//go:generate bash -c "gcc kvm_gen.cc kvm.S -o kvm_gen && ./kvm_gen > kvm.S.h && rm ./kvm_gen"
package executor