mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
Initial commit (imported from the Nix repo)
This commit is contained in:
commit
49a385096e
9 changed files with 335 additions and 0 deletions
10
mk/templates.mk
Normal file
10
mk/templates.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Create the file $(1) from $(1).in by running config.status (which
|
||||
# substitutes all ‘@var@’ variables set by the configure script).
|
||||
define instantiate-template =
|
||||
|
||||
clean_files += $(1)
|
||||
|
||||
endef
|
||||
|
||||
%: %.in
|
||||
$(QUIET) ./config.status --quiet --file $@
|
Loading…
Add table
Add a link
Reference in a new issue