depfile: resurrect lost touch (#33504)
This commit is contained in:
parent
512f8d14d2
commit
649e2d3e28
@ -18,6 +18,9 @@ SPACK ?= spack
|
||||
{{ jobserver_support }}$(SPACK) -e '{{ environment }}' install $(SPACK_BUILDCACHE_FLAG) $(SPACK_INSTALL_FLAGS) --only-concrete --only=package --no-add /$(notdir $@) # $(SPEC)
|
||||
@touch $@
|
||||
|
||||
{{ install_deps_target }}/%: | {{ dirs_target }}
|
||||
@touch $@
|
||||
|
||||
# Set a human-readable SPEC variable for each target that has a hash
|
||||
{% for (parent, name, build_cache, _) in adjacency_list -%}
|
||||
{{ any_hash_target }}/{{ parent }}: SPEC = {{ name }}
|
||||
|
Loading…
Reference in New Issue
Block a user