mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Make indentation in makesfiles consistent
Tab (as required) for rules, two spaces for `if`...`endif`.
This commit is contained in:
parent
57dc4fc878
commit
f9e5eb5f0a
4 changed files with 13 additions and 13 deletions
|
@ -48,9 +48,9 @@ $(d)/embedded-sandbox-shell.gen.hh: $(sandbox_shell)
|
|||
$(trace-gen) hexdump -v -e '1/1 "0x%x," "\n"' < $< > $@.tmp
|
||||
@mv $@.tmp $@
|
||||
else
|
||||
ifneq ($(sandbox_shell),)
|
||||
libstore_CXXFLAGS += -DSANDBOX_SHELL="\"$(sandbox_shell)\""
|
||||
endif
|
||||
ifneq ($(sandbox_shell),)
|
||||
libstore_CXXFLAGS += -DSANDBOX_SHELL="\"$(sandbox_shell)\""
|
||||
endif
|
||||
endif
|
||||
|
||||
$(d)/local-store.cc: $(d)/schema.sql.gen.hh $(d)/ca-specific-schema.sql.gen.hh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue