From b57c5846c4476d7be93092481f35ba196369858b Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 25 Jun 2017 18:38:24 +0000 Subject: [PATCH] projects-dir.mk: Code beautification Signed-off-by: Jan Lindemann --- make/projects-dir.mk | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index a344bb29..e5417667 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -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