Revert make fix

The issue only affects old make
pull/184/head
Simon Let 3 years ago
parent 53af6e9a29
commit dd573cac03
  1. 7
      Makefile

@ -11,17 +11,14 @@ build: submodules bin/resh-session-init bin/resh-collect bin/resh-postcollect\
# We disable jobserver for the actual installation because we want it to run serially # We disable jobserver for the actual installation because we want it to run serially
# Make waits to the daemon process we launch during install and hangs # Make waits to the daemon process we launch during install and hangs
install: build install: build
make -j1 _install scripts/install.sh
# Rebuild binaries and install # Rebuild binaries and install
# Very useful to ensure that all binaries get new VERSION variable which is used for shell config reloading # Very useful to ensure that all binaries get new VERSION variable which is used for shell config reloading
clean_install: clean_install:
make clean make clean
make build make build
make -j1 _install make install
_install:
scripts/install.sh
test: test:
go test -v ./... go test -v ./...

Loading…
Cancel
Save