diff options
author | 2015-01-18 11:32:28 +0000 | |
---|---|---|
committer | 2015-01-18 11:32:28 +0000 | |
commit | e8c926b49d736f51ade1fc9f74fd38531e487b08 (patch) | |
tree | 44356296fd07937efc6acf7da2d28fba052d5236 /games-emulation/openmsx/files | |
parent | sci-libs/scikits_image: Add missing dep, #536880 (diff) | |
download | gentoo-2-e8c926b49d736f51ade1fc9f74fd38531e487b08.tar.gz gentoo-2-e8c926b49d736f51ade1fc9f74fd38531e487b08.tar.bz2 gentoo-2-e8c926b49d736f51ade1fc9f74fd38531e487b08.zip |
Verbose build. Bug #444276
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-emulation/openmsx/files')
-rw-r--r-- | games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch b/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch new file mode 100644 index 000000000000..18ac6fdc83b6 --- /dev/null +++ b/games-emulation/openmsx/files/openmsx-0.9.1-verbose.patch @@ -0,0 +1,14 @@ +--- 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. |