mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 23:13:54 +01:00
Several improvements:
- Simpler wording of comments - Fix doc-module target in case local.mk is included - Clean target now uses dirs-started-xxx.done to decide which modules to clean Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c6e3f06c26
commit
f3617ee7ee
1 changed files with 5 additions and 5 deletions
|
|
@ -5,9 +5,9 @@
|
||||||
# You will need a janware.com user account for pretty much anything this
|
# You will need a janware.com user account for pretty much anything this
|
||||||
# Makefile does. Ask admin@janware.com if you want one.
|
# Makefile does. Ask admin@janware.com if you want one.
|
||||||
#
|
#
|
||||||
# Please see https://janware.com/wiki/pub/en/sw/build/ for current
|
# Current documentation on how this Makefile is meant to be used can be found
|
||||||
# documentation on how this Makefile is meant to be used. Running
|
# under https://janware.com/wiki/pub/en/sw/build/. Running "make doc-module"
|
||||||
# "make doc-module" might take you there semi-automatically.
|
# might take you there semi-automatically.
|
||||||
#
|
#
|
||||||
|
|
||||||
# ------------ Makefile and environment variables
|
# ------------ Makefile and environment variables
|
||||||
|
|
@ -94,7 +94,7 @@ build-order: pull.done
|
||||||
clean: clean-dirs done.clean
|
clean: clean-dirs done.clean
|
||||||
|
|
||||||
clean-dirs:
|
clean-dirs:
|
||||||
ls */dirs-all.done 2>/dev/null | sed 's%/.*%%' | xargs -r $(BUILD_PY) clean
|
ls */dirs-started-all.done 2>/dev/null | sed 's%/.*%%' | xargs -r $(BUILD_PY) clean
|
||||||
|
|
||||||
echo-prereq-build:
|
echo-prereq-build:
|
||||||
@$(PROJECTS_PY) required-pkg $(BUILD_PROJECTS)
|
@$(PROJECTS_PY) required-pkg $(BUILD_PROJECTS)
|
||||||
|
|
@ -113,7 +113,7 @@ init-project-%:
|
||||||
$(CREATE_PROJECT_SH) $*
|
$(CREATE_PROJECT_SH) $*
|
||||||
|
|
||||||
doc-project doc-module:
|
doc-project doc-module:
|
||||||
$(BROWSER) $(firstword $(shell sed '/https:/ !d; s%.*https%https%; s/ .*//' $(lastword $(MAKEFILE_LIST))))
|
$(BROWSER) $(firstword $(shell sed '/https:/ !d; s%.*https%https%; s/ .*//' $(firstword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
pkg-%: pull.done
|
pkg-%: pull.done
|
||||||
$(BUILD_PY) $@ $(BUILD_PROJECTS)
|
$(BUILD_PY) $@ $(BUILD_PROJECTS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue