mirror of
https://github.com/NixOS/nix
synced 2025-07-09 12:03:55 +02:00
Add a Makefile for the scripts directory
This commit is contained in:
parent
1a1d8b073a
commit
962551a071
7 changed files with 93 additions and 12 deletions
|
@ -2,9 +2,9 @@
|
|||
# substitutes all ‘@var@’ variables set by the configure script).
|
||||
define instantiate-template =
|
||||
|
||||
$(1): $(1).in
|
||||
./config.status --file $(1)
|
||||
|
||||
clean_files += $(1)
|
||||
|
||||
endef
|
||||
|
||||
%: %.in
|
||||
$(QUIET) ./config.status --quiet --file $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue