mirror of
https://github.com/NixOS/nix.git
synced 2025-12-12 20:11:03 +01:00
Make variable names more regular
This commit is contained in:
parent
35107038f7
commit
ec1738589a
8 changed files with 43 additions and 42 deletions
4
jars.mk
4
jars.mk
|
|
@ -22,8 +22,8 @@ define build-jar =
|
|||
|
||||
install: $$($(1)_INSTALL_PATH)
|
||||
|
||||
jars_list += $$($(1)_PATH)
|
||||
jars-list += $$($(1)_PATH)
|
||||
|
||||
clean_files += $$($(1)_PATH)
|
||||
clean-files += $$($(1)_PATH)
|
||||
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue