mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 03:19:32 +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)
|
||||
DEBUSESVN=1
|
||||
endif
|
||||
ifeq (${DEBBUILD},)
|
||||
DEBUSESVN=1
|
||||
endif
|
||||
ifdef SNAPSHOT
|
||||
DEBUSESVN=1
|
||||
endif
|
||||
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
|
||||
ifndef SIGN
|
||||
|
@ -188,11 +188,14 @@ endif
|
||||
ifeq (${DEBBUILD},1)
|
||||
DEBUSESVN=1
|
||||
endif
|
||||
ifeq (${DEBBUILD},)
|
||||
DEBUSESVN=1
|
||||
endif
|
||||
ifdef SNAPSHOT
|
||||
DEBUSESVN=1
|
||||
endif
|
||||
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
|
||||
ifndef SIGN
|
||||
|
Loading…
Reference in New Issue
Block a user