tupone 15/01/18 11:32:28 Added: openmsx-0.9.1-verbose.patch Log: Verbose build. Bug #444276 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.1 games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch?rev=1.1&content-type=text/plain Index: openmsx-0.9.1-verbose.patch =================================================================== --- build/main.mk.old 2015-01-18 12:18:50.608153217 +0100 +++ build/main.mk 2015-01-18 12:20:00.352861984 +0100 @@ -541,10 +541,9 @@ DEPEND_SUBST=$(patsubst $(SOURCES_PATH)/%.cc,$(DEPEND_PATH)/%.d,$<) $(OBJECTS_FULL): $(INIT_DUMMY_FILE) $(OBJECTS_FULL): $(OBJECTS_PATH)/%.o: $(SOURCES_PATH)/%.cc $(DEPEND_PATH)/%.d - @echo "Compiling $(patsubst $(SOURCES_PATH)/%,%,$<)..." @mkdir -p $(@D) @mkdir -p $(patsubst $(OBJECTS_PATH)%,$(DEPEND_PATH)%,$(@D)) - @$(COMPILE_ENV) $(CXX) \ + $(COMPILE_ENV) $(CXX) \ $(DEPEND_FLAGS) -MMD -MF $(DEPEND_SUBST) \ -o $@ $(CXXFLAGS) $(COMPILE_FLAGS) -c $< @touch $@ # Force .o file to be newer than .d file.
