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

View File

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