mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
Merge commit '2aa93858af
'
This commit is contained in:
commit
c93690a68a
3 changed files with 26 additions and 1 deletions
|
@ -8,5 +8,8 @@ define instantiate-template
|
|||
|
||||
endef
|
||||
|
||||
%.h: %.h.in
|
||||
$(trace-gen) rm -f $@ && ./config.status --quiet --header=$@
|
||||
|
||||
%: %.in
|
||||
$(trace-gen) ./config.status --quiet --file $@
|
||||
$(trace-gen) rm -f $@ && ./config.status --quiet --file=$@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue