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

Collapse All | Expand All

(-)Makefile.org.orig (-1 / +3 lines)
Lines 210-216 Link Here
210
# is given through the shell variable `target'.
210
# is given through the shell variable `target'.
211
BUILD_CMD=  if [ -d "$$dir" ]; then \
211
BUILD_CMD=  if [ -d "$$dir" ]; then \
212
	    (	cd $$dir && echo "making $$target in $$dir..." && \
212
	    (	cd $$dir && echo "making $$target in $$dir..." && \
213
		$(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. DIR=$$dir $$target \
213
		$(CLEARENV) && [ "$$target" = "links" ] && \
214
		$(MAKE) -e $(BUILDENV) DIR=$$dir $$target || \
215
		$(MAKE) -e $(BUILDENV) TOP=.. DIR=$$dir $$target \
214
	    ) || exit 1; \
216
	    ) || exit 1; \
215
	    fi
217
	    fi
216
RECURSIVE_BUILD_CMD=for dir in $(DIRS); do $(BUILD_CMD); done
218
RECURSIVE_BUILD_CMD=for dir in $(DIRS); do $(BUILD_CMD); done

Return to bug 146316