mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-22 14:10:39 +01:00
projects-dir.mk: Add a couple of base packages to central Makefile
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
cd82a0d1fc
commit
f9ef2c682c
1 changed files with 4 additions and 2 deletions
|
|
@ -30,6 +30,8 @@ else
|
||||||
CVS_PROJECTS = $(filter $(dir $(wildcard */CVS)),$(PROJECTS))
|
CVS_PROJECTS = $(filter $(dir $(wildcard */CVS)),$(PROJECTS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
BASE_PACKAGES = ssh cvs git make sudo
|
||||||
|
|
||||||
EXCLUDE_FROM_BUILD += \
|
EXCLUDE_FROM_BUILD += \
|
||||||
dspider-btools \
|
dspider-btools \
|
||||||
dspider-shared \
|
dspider-shared \
|
||||||
|
|
@ -127,10 +129,10 @@ pkg-manager-refresh:
|
||||||
$(PKG_MANAGER_SH) refresh -y
|
$(PKG_MANAGER_SH) refresh -y
|
||||||
|
|
||||||
pkg-install-prereq-build:
|
pkg-install-prereq-build:
|
||||||
$(PKG_MANAGER_SH) install -y $(shell $(PROJECTS_PY) requires-pkg --flavours "build" $(BUILD_PROJECTS))
|
$(PKG_MANAGER_SH) install -y $(BASE_PACKAGES) $(shell $(PROJECTS_PY) requires-pkg --flavours "build" $(BUILD_PROJECTS))
|
||||||
|
|
||||||
pkg-install-prereq-release:
|
pkg-install-prereq-release:
|
||||||
$(PKG_MANAGER_SH) install -y $(shell $(PROJECTS_PY) requires-pkg --flavours "build run release" $(BUILD_PROJECTS))
|
$(PKG_MANAGER_SH) install -y $(BASE_PACKAGES) $(shell $(PROJECTS_PY) requires-pkg --flavours "build run release" $(BUILD_PROJECTS))
|
||||||
|
|
||||||
pkg-exclude-built-today:
|
pkg-exclude-built-today:
|
||||||
touch $(EXCLUDES_FILE)
|
touch $(EXCLUDES_FILE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue