This removes the annoying:
make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
and with the package name I can upload it easily to somewhere else.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@67343
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
doc:
@echo "entering doc/"
- make -C doc doc
+ $(MAKE) -C doc doc
# Unit tests
@genhtml -t "$(PACKAGE_STRING)" -o coverage coverage/coverage.info
coverage:
- @make lcov-reset
- @make check
- @make lcov-report
+ @$(MAKE) lcov-reset
+ @$(MAKE) check
+ @$(MAKE) lcov-report
clean-local:
@rm -rf coverage
bzip2 -9 $(PACKAGE_DOCNAME).tar
rm -rf $(PACKAGE_DOCNAME)/
mv $(PACKAGE_DOCNAME).tar.bz2 $(top_builddir)
+ @echo "Documentation Package: $(top_builddir)/$(PACKAGE_DOCNAME).tar.bz2"
clean-local: doc-clean