part of the process tree: make -j1 build │ └─make -C src/github.com/cockroachdb/cockroach build │ └─make --no-print-directory -C ... │ └─make -f CMakeFiles/Makefile2 libprotobuf │ └─make -f CMakeFiles/Makefile2 CMakeFiles/libprotobuf.dir/all │ └─make -f CMakeFiles/libprotobuf.dir/build.make CMakeFiles/libprotobuf.dir/build │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ ├─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ │ ├─as -I... │ │ └─cc1plus -quiet -I ... │ └─c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB... │ ├─as -I... │ └─cc1plus -quiet -I ...
Created attachment 566014 [details] load.23.20190221-193018
so FWIW -j1 is passed thru the first make but then lost in space?