Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80760 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.default (-2 / +3 lines)
Lines 962-969 Link Here
962
	for i in $(SUBDIRS) ;\
962
	for i in $(SUBDIRS) ;\
963
	do \
963
	do \
964
		echo "making" all "in $(CURRENT_DIR)/$$i..."; \
964
		echo "making" all "in $(CURRENT_DIR)/$$i..."; \
965
		(cd $$i && $(MAKE) $(MFLAGS) $(PARALLELMFLAGS) \
965
		cd $$i && $(MAKE) $(MFLAGS) $(PARALLELMFLAGS) \
966
			'CDEBUGFLAGS=$(CDEBUGFLAGS)' all); \
966
			'CDEBUGFLAGS=$(CDEBUGFLAGS)' all || exit 1; \
967
		cd .. ; \
967
	done
968
	done
968
969
969
depend::
970
depend::

Return to bug 80760