make: disabled deb checks to run on non debian linux systems

git-svn-id: trunk@23922 -
This commit is contained in:
mattias 2010-03-10 15:56:33 +00:00
parent 2b7d5c5b63
commit b27a71337a
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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