projects.py fix: Read_value() does not return entire section

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-18 07:37:15 +00:00
commit 3a180033d4
2 changed files with 32 additions and 30 deletions

View file

@ -2,6 +2,7 @@ TOPDIR = ../..
SUBTREE_INSTALL_PREFIX ?= /etc/jcs
SUBTREE_FILES += ./templates/dir/module/Makefile ./templates/dir/src/Makefile
SUBTREE_DIRS += $(dir $(SUBTREE_FILES))
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/subtree.mk