mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Code beautification
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cdfcd8e3a7
commit
b57c5846c4
1 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue