mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 02:33:07 +02:00
build: Remove spaces from variable-printing rules
This simplifies parsing when using these rules from scripts.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Pattern rule to print variables, e.g. make print-top_srcdir
|
||||
print-%:
|
||||
@echo '$*' = '$($*)'
|
||||
@echo '$*'='$($*)'
|
||||
|
||||
# When invoking a sub-make, keep only the command line variable definitions
|
||||
# matching the pattern in the filter function.
|
||||
|
||||
Reference in New Issue
Block a user