Bug #2548
openMakefile Patch
0%
Description
Hi,
ohne diesen Patch baut das Plugin hier nicht, da die Dateiendungen cpp muss das vermutlich so aussehen:
root@vdr {master u=} ~/PLUGINS/vdr-plugin-menuorg> git diff Makefile
@ -72,7 +72,7
diff --git a/Makefile b/Makefile
index fdec832..4b8b901 100644
--- a/Makefile
+++ b/Makefile@ all: $(SOFILE) i18n
$(MAKEDEP) $(CPPFLAGS) $(CXXFLAGS) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.c) > $
MAKEDEP = $(CXX) -MM -MG
DEPFILE = .dependencies
$(DEPFILE): Makefile
-
$(MAKEDEP) $(CPPFLAGS) $(CXXFLAGS) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.cpp) > $@
+
-include $(DEPFILE)@
Noch eine Kleinigkeit, die Datei po/menuorg.pot ist irgendwie im git gelandet obwohl sie in der .gitignore eingetragen ist, vermute das war aus versehen, ggf. sinnvoll sie aus dem git zu löschen?
Danke, Grüße Jörg
No data to display