ref: 5654f33b4e15918d8a39dc6f45af5f035692971f
parent: 914c674f1eec2150b7d2c2bb8066c023c66878dd
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Jan 15 08:29:36 EST 2019
Enable pararell directory processing
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
touch dirs
$(DIRS): $(ENV) FORCE
- . $(ENV) && cd $@ && $(MAKE)
+ +@. $(ENV) && cd $@ && $(MAKE)
$(ENV):
@rm -f $@; \