mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-24 05:52:08 +02:00
build: Remove spaces from variable-printing rules
This simplifies parsing when using these rules from scripts.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
# Pattern rule to print variables, e.g. make print-top_srcdir
|
||||
print-%:
|
||||
@echo '$*' = '$($*)'
|
||||
@echo '$*'='$($*)'
|
||||
|
||||
DIST_SUBDIRS = secp256k1 univalue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user