mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects-dir[-minimal].mk: Change usage comment
The usage comments heading projects-dir-minimal.mk and projects-dir.mk state that for cloning all repositories, JANWARE_USER needs to be defined. That restriction is now gone, so reflect that in the comment. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
69132d9246
commit
aac261d782
2 changed files with 9 additions and 15 deletions
|
|
@ -5,12 +5,9 @@
|
|||
#
|
||||
# (C) Copyright 2001-2025, Jan Lindemann <jan@janware.com>
|
||||
#
|
||||
# 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 servers. For those,
|
||||
# you will need a janware.com user account. Ask admin@janware.com if you want
|
||||
# one, then define the JANWARE_USER = <janware user name> environment variable.
|
||||
# This is the top-level Makefile for a software build tree organized by
|
||||
# jw-build. It is provided under the terms of the GNU Lesser Public License,
|
||||
# Version 2.
|
||||
#
|
||||
# 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 help" might
|
||||
|
|
|
|||
|
|
@ -1,16 +1,13 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
# SPDX-License-Identifier: LGPL-2.0-only
|
||||
#
|
||||
# Manage multiple software repositories in one tree
|
||||
# Makefile for managing multiple software repositories in one tree
|
||||
#
|
||||
# (C) Copyright 2001-2019, Jan Lindemann <jan@janware.com>
|
||||
# (C) Copyright 2001-2025, Jan Lindemann <jan@janware.com>
|
||||
#
|
||||
# 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 servers. For those,
|
||||
# you will need a janware.com user account. Ask admin@janware.com if you want
|
||||
# one, then define the JANWARE_USER = <janware user name> environment variable.
|
||||
# This is the top-level Makefile for a software build tree organized by
|
||||
# jw-build. It is provided under the terms of the GNU Lesser Public License,
|
||||
# Version 2.
|
||||
#
|
||||
# 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 help" might
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue