add releng-build-examples target for myself

This commit is contained in:
Joris Vink 2018-11-29 21:13:34 +01:00
parent ed7b1019fc
commit af45936447
1 changed files with 8 additions and 0 deletions

View File

@ -185,5 +185,13 @@ clean:
find . -type f -name \*.o -exec rm {} \;
rm -rf $(KORE) $(OBJDIR) kore.features
$(MAKE) -C kodev clean
$(MAKE) -C examples clean
releng-build-examples:
rm -rf /tmp/kore_releng
$(MAKE) clean
$(MAKE) PYTHON=1 PGSQL=1 TASKS=1 PREFIX=/tmp/kore_releng
$(MAKE) install PREFIX=/tmp/kore_releng
$(MAKE) -C examples
.PHONY: all clean force