brltty/brltty-parallel.patch

19 lines
683 B
Diff
Raw Normal View History

2008-09-17 Stepan Kasal <skasal@redhat.com>
* Programs/Makefile.in (braille-drivers): Add
prerequisity `all' to prevent race of this make with nested
"make brlapi" when parallel make is used. Recursive make is
harmful.
2010-05-21 20:29:22 +00:00
--- brltty-4.2/Programs/Makefile.in.BAD 2010-05-21 16:27:45.231183660 -0400
+++ brltty-4.2/Programs/Makefile.in 2010-05-21 16:27:51.437122063 -0400
@@ -484,7 +484,7 @@ apitest.$O:
###############################################################################
2010-05-21 20:29:22 +00:00
-braille-drivers:
+braille-drivers: api
for driver in $(BRAILLE_EXTERNAL_DRIVER_NAMES); \
do (cd $(BLD_TOP)$(BRL_DIR)/$$driver && $(MAKE) braille-driver braille-all) || exit 1; \
done