aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-10-07 19:07:05 +0200
committerDmitry Vyukov <dvyukov@google.com>2016-10-07 19:07:05 +0200
commita1e31d54b47059d944908d5a6a99933fda907af3 (patch)
tree046723845bd78a51fc22a50fdfe87c9659f7e4ab /executor/executor.cc
parentd21c3c878c8965786d39a5d73bbe22792b0a6ccd (diff)
Makefile: don't change source files in default action
Default make action invokes 'go generate'. That's not necessary. File produced by 'go generate' are checked in. Do it in presubmit instead. Default make action reformats source files. This is bad for users who do not actually work on source code, but just use syzkaller: 1. requires clang-format to be installed 2. can change some source files (if they were checked in unformatted) Don't reformat in 'make', instead do it in presubmit. Also don't invoke 'go install ./...' as it can install too much (e.g. all tools). Install just minimally necessary packages.
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions