projects-dir.mk: Code beautification

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-06-25 18:38:24 +00:00
commit b57c5846c4

View file

@ -1,9 +1,10 @@
#
# This is the top-level Makefile for a janware GmbH software build tree. It is
# This is the top-level Makefile for a janware software build tree. It is
# provided under the terms of the GNU Lesser Public License, Version 2.
#
# Some of its targets download software from janware GmbH. For those, you will
# need a janware.com user account. Ask admin@janware.com if you want one.
# Some of its targets download software from janware GmbH servers. For those,
# you will need a janware.com user account. Ask admin@janware.com if you want
# one.
#
# Current documentation on how this Makefile is meant to be used can be found
# under https://janware.com/wiki/pub/en/sw/build/. Running "make doc-module"
@ -90,8 +91,6 @@ CVS_ADMIN_SH = JW_BUILD_SSH_EXTRA_OPTS="$(JW_BUILD_SSH_EXTRA_OPTS)" $(G
# ------------ targets
all: pull.done
all: pull.done
$(BUILD_PY) $@ $(BUILD_PROJECTS)
clean: clean-dirs done.clean
@ -99,7 +98,7 @@ distclean: clean-all-dirs done.clean
install:
@echo
@echo " Target install is not supported by this Makefile."
@echo " make pkg-rebuild-reinstall might be what you are looking for."
@echo " Target pkg-rebuild-reinstall might be what you are looking for."
@echo
@exit 1