wohali opened a new issue #2750: Remove subshell calls to "make" inside Makefile/Makefile.win URL: https://github.com/apache/couchdb/issues/2750 We have this pattern all over the Makefiles and it is code smell. Example: ``` check: all python-black @$(MAKE) eunit @$(MAKE) javascript @$(MAKE) mango-test @$(MAKE) elixir ``` Figure out why this is, and fix it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
