Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2093f66

Browse files
committed
Have "make coverage" recurse into contrib as well
1 parent c54159d commit 2093f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ install-world:
3939
# build src/ before contrib/
4040
install-world-contrib-recurse: install-world-src-recurse
4141

42-
$(call recurse,installdirs uninstall coverage init-po update-po,doc src config)
42+
$(call recurse,installdirs uninstall init-po update-po,doc src config)
4343

44-
$(call recurse,distprep,doc src config contrib)
44+
$(call recurse,distprep coverage,doc src config contrib)
4545

4646
# clean, distclean, etc should apply to contrib too, even though
4747
# it's not built by default

0 commit comments

Comments
 (0)