mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Replace "pereq" in targets by "deps"
"prereq" is simply impossible to use in explanations with a straight face. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6327f67683
commit
6bdb16878a
6 changed files with 22 additions and 22 deletions
|
|
@ -171,13 +171,13 @@ build-order-%: $(filter-out $(UNAVAILABLE_TARGETS),pull.done)
|
|||
|
||||
build-order: build-order-all
|
||||
|
||||
echo-prereq-build:
|
||||
echo-build-deps:
|
||||
@$(PROJECTS_PY) required-os-pkg --skip-excluded --flavours "build" $(TARGET_PROJECTS)
|
||||
|
||||
echo-prereq-install:
|
||||
echo-install-deps:
|
||||
@$(PROJECTS_PY) required-os-pkg --skip-excluded --flavours "build run" $(TARGET_PROJECTS)
|
||||
|
||||
echo-prereq-release:
|
||||
echo-release-deps:
|
||||
@$(PROJECTS_PY) required-os-pkg --skip-excluded --flavours "build run release" $(TARGET_PROJECTS)
|
||||
echo-os:
|
||||
@$(GET_OS_SH)
|
||||
|
|
@ -227,10 +227,10 @@ cloc:
|
|||
pkg-manager-refresh:
|
||||
$(PKG_MANAGER_SH) refresh $(DASH_Y)
|
||||
|
||||
pkg-install-prereq-build:
|
||||
pkg-install-build-deps:
|
||||
$(PKG_MANAGER_SH) install $(DASH_Y) $(BASE_PKGS) $(shell $(PROJECTS_PY) required-os-pkg --skip-excluded --flavours "build" $(TARGET_PROJECTS))
|
||||
|
||||
pkg-install-prereq-release:
|
||||
pkg-install-release-deps:
|
||||
$(PKG_MANAGER_SH) install $(DASH_Y) $(BASE_PKGS) $(shell $(PROJECTS_PY) required-os-pkg --skip-excluded --flavours "build run release" $(TARGET_PROJECTS))
|
||||
|
||||
pkg-exclude-built-today:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue