Commit 6fb4ebd5 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

-error +comment

parent 2bd46655
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
# Runs 'make', 'make install', and 'make clean' in specified subdirectories
SUBDIRS := src/php_top src/python_tests src/debugfs-webgui # src1
#SUBDIRS := src/php_top src/python_tests src/debugfs-webgui # src1
SUBDIRS := src
INSTALLDIRS = $(SUBDIRS:%=install-%)
CLEANDIRS =   $(SUBDIRS:%=clean-%)

+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ install:
	$(INSTALL) $(OWN) -m $(INSTMODE) $(SCRIPT1).tmp $(SYSCONFDIR)/$(SCRIPT1)
	rm $(SCRIPT1).tmp

	#INITSTRING default is defined in local.conf, weak default - meta-core/init/init.bb
	sed -e 's/init_elphel393.sh/$(INITSTRING)/' $(SCRIPT2) > $(SCRIPT2).tmp
	$(INSTALL) $(OWN) -d $(INITDIR)
	$(INSTALL) $(OWN) -m $(INSTMODE) $(SCRIPT2).tmp $(INITDIR)/$(SCRIPT2)