Commit Diff
- Commit:
0b756e42eb6e535b419ecee31b6061c0376168fd
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
- Message:
- libgrapheme: don't allow parallel builds When building the bundled version of libgrapheme, don't build it in parallel, with "-j" is used to "make". In most cases, there's no guarantee that libgrapheme is going to be built before telescope, and the detection for this is such that it's always going to be called on-demand, which almost always guarantees that libgrapheme will be built after telescope.
- Actions:
- Patch | Tree
--- Makefile.am +++ Makefile.am @@ -84,7 +84,7 @@ pagebundler$(EXEEXT): pagebundler.c $(HOSTCC) $(HOSTCFLAGS) -o $@ $(srcdir)/pagebundler.c # ugly; builds bundled libgrapheme if needed -$(srcdir)/libgrapheme/libgrapheme.a: +.NOTPARALLEL $(LIBGRAPHEME): ${MAKE} -C $(srcdir)/libgrapheme libgrapheme.a clean-local: