mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make, scripts: Fix CentOS 7 build
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f5c33174fb
commit
20f675c280
5 changed files with 38 additions and 7 deletions
|
|
@ -141,6 +141,9 @@ clean-all-dirs:
|
|||
echo-prereq-build:
|
||||
@$(PROJECTS_PY) requires-pkg --skip-excluded --flavours "build" $(BUILD_PROJECTS)
|
||||
|
||||
echo-prereq-install:
|
||||
@$(PROJECTS_PY) requires-pkg --skip-excluded --flavours "build run" $(BUILD_PROJECTS)
|
||||
|
||||
echo-prereq-release:
|
||||
@$(PROJECTS_PY) requires-pkg --skip-excluded --flavours "build run release" $(BUILD_PROJECTS)
|
||||
echo-os:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue