diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/templates/depfile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/templates/depfile/Makefile b/share/spack/templates/depfile/Makefile index 3e844176bc..a50304a8be 100644 --- a/share/spack/templates/depfile/Makefile +++ b/share/spack/templates/depfile/Makefile @@ -19,11 +19,11 @@ SPACK_INSTALL_FLAGS ?= {% endif %} # The spack install commands are of the form: -# spack -e my_env --no-add --only=package --only=concrete /hash +# spack -e my_env --only=package --only=concrete /hash # This is an involved way of expressing that Spack should only install # an individual concrete spec from the environment without deps. {{ install_target }}/%: | {{ dirs_target }} - {{ jobserver_support }}$(SPACK) -e '{{ environment }}' install $(SPACK_BUILDCACHE_FLAG) $(SPACK_INSTALL_FLAGS) --only-concrete --only=package --no-add /$(HASH) # $(SPEC) + {{ jobserver_support }}$(SPACK) -e '{{ environment }}' install $(SPACK_BUILDCACHE_FLAG) $(SPACK_INSTALL_FLAGS) --only-concrete --only=package /$(HASH) # $(SPEC) @touch $@ {{ install_deps_target }}/%: | {{ dirs_target }} |