Codebase list texlive-bin / 91d3e70
Fix d/rules file. Hilmar Preusse 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6363 #
6464 NO_MASSIVE_PARALLEL_BUILD := powerpc ppc64 sparc64
6565
66 ifneq (,$(filter $(NO_MASSIVE_PARALLEL_BUILD), $(DEB_HOST_ARCH)))
66 ifneq (,$(filter $(DEB_HOST_ARCH), $(NO_MASSIVE_PARALLEL_BUILD)))
6767 MAKEFLAGS += -j8
6868 endif
6969