Project

General

Profile

Actions

Bug #2548

open

Makefile Patch

Added by horchi over 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/29/2018
Due date:
% Done:

0%

Estimated time:

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
diff --git a/Makefile b/Makefile
index fdec832..4b8b901 100644
--- a/Makefile
+++ b/Makefile
@ -72,7 +72,7 @ all: $(SOFILE) i18n
MAKEDEP = $(CXX) -MM -MG
DEPFILE = .dependencies
$(DEPFILE): Makefile
-
$(MAKEDEP) $(CPPFLAGS) $(CXXFLAGS) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.c) > $
+
$(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

Actions

Also available in: Atom PDF