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

Collapse All | Expand All

(-)src/Makefile.rules.orig (-2 / +1 lines)
Lines 82-89 Link Here
82
		  $(DEPTH)/Makefile.os
82
		  $(DEPTH)/Makefile.os
83
# Gentoo users do want to see the real compile line.
83
# Gentoo users do want to see the real compile line.
84
# So remove the next line and remove the '@' in the line after.
84
# So remove the next line and remove the '@' in the line after.
85
	@echo $(CXX) -c $(SUBDIR)/$<
85
	$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
86
	@$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
87
86
88
-include $(OBJECTS:.o=.d)
87
-include $(OBJECTS:.o=.d)
89
88

Return to bug 239762