Skip to content

Commit 027e7a7

Browse files
committed
Copy 'silent-build' stuff from Rakudo's Config.pl
1 parent 9ad2c6b commit 027e7a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Configure.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ BEGIN
6868
'github-user=s', 'nqp-repo=s',
6969
'moar-repo=s', 'expand=s',
7070
'out=s', 'set-var=s@',
71-
'relocatable',
71+
'relocatable', 'silent-build!'
7272
)
7373
or do {
7474
print_help();
@@ -185,6 +185,7 @@ sub print_help {
185185
--set-var="config_variable=value"
186186
Sets a config_variable to "value". Can be used multiple
187187
times.
188+
--no-silent-build Don't echo commands in Makefile target receipt.
188189
189190
Please note that the --gen-moar option is there for convenience only and will
190191
actually immediately - at Configure time - compile and install moar. Moar will

0 commit comments

Comments
 (0)