mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 07:19:22 +02:00
make: disabled deb checks to run on non debian linux systems
git-svn-id: trunk@23922 -
This commit is contained in:
parent
2b7d5c5b63
commit
b27a71337a
5
Makefile
5
Makefile
@ -3586,11 +3586,14 @@ endif
|
|||||||
ifeq (${DEBBUILD},1)
|
ifeq (${DEBBUILD},1)
|
||||||
DEBUSESVN=1
|
DEBUSESVN=1
|
||||||
endif
|
endif
|
||||||
|
ifeq (${DEBBUILD},)
|
||||||
|
DEBUSESVN=1
|
||||||
|
endif
|
||||||
ifdef SNAPSHOT
|
ifdef SNAPSHOT
|
||||||
DEBUSESVN=1
|
DEBUSESVN=1
|
||||||
endif
|
endif
|
||||||
ifndef DEBUSESVN
|
ifndef DEBUSESVN
|
||||||
$(error Need "${DEBSRC_ORIG}.tar.gz" to build for DEBBUILD = ${DEBBUILD}> 1)
|
$(error Need "${DEBSRC_ORIG}.tar.gz" to build for DEBBUILD = "${DEBBUILD}" > 1)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifndef SIGN
|
ifndef SIGN
|
||||||
|
@ -188,11 +188,14 @@ endif
|
|||||||
ifeq (${DEBBUILD},1)
|
ifeq (${DEBBUILD},1)
|
||||||
DEBUSESVN=1
|
DEBUSESVN=1
|
||||||
endif
|
endif
|
||||||
|
ifeq (${DEBBUILD},)
|
||||||
|
DEBUSESVN=1
|
||||||
|
endif
|
||||||
ifdef SNAPSHOT
|
ifdef SNAPSHOT
|
||||||
DEBUSESVN=1
|
DEBUSESVN=1
|
||||||
endif
|
endif
|
||||||
ifndef DEBUSESVN
|
ifndef DEBUSESVN
|
||||||
$(error Need "${DEBSRC_ORIG}.tar.gz" to build for DEBBUILD = ${DEBBUILD}> 1)
|
$(error Need "${DEBSRC_ORIG}.tar.gz" to build for DEBBUILD = "${DEBBUILD}" > 1)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifndef SIGN
|
ifndef SIGN
|
||||||
|
Loading…
Reference in New Issue
Block a user