mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Fix: CREATE_DEVEL wasn't set to true when it should
Fix a situation in which no devel RPM package was built Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
0c11e65d9c
commit
594becf931
2 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
# ----- compilation options
|
# ----- compilation options
|
||||||
CREATE_DEVEL ?= true
|
|
||||||
#COMPILER_SUITE ?= clang
|
#COMPILER_SUITE ?= clang
|
||||||
COMPILER_SUITE ?= gcc
|
COMPILER_SUITE ?= gcc
|
||||||
LIBTYPE ?= shared
|
LIBTYPE ?= shared
|
||||||
|
|
|
||||||
|
|
@ -207,6 +207,7 @@ ifneq ($(PROJECT_DESCR_FILE),)
|
||||||
CREATE_DEVEL = false
|
CREATE_DEVEL = false
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
CREATE_DEVEL ?= true
|
||||||
|
|
||||||
ifeq ($(VERSION),)
|
ifeq ($(VERSION),)
|
||||||
ifneq ($(wildcard $(VERSION_FILE)),)
|
ifneq ($(wildcard $(VERSION_FILE)),)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue