1
0
Fork 0
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:
Eelco Dolstra 2013-12-10 15:54:34 +01:00
commit 49a385096e
9 changed files with 335 additions and 0 deletions

10
mk/templates.mk Normal file
View 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 $@