Searched refs:DEB_BUILD_ARCH (Results 1 - 2 of 2) sorted by relevance

/hets/
H A DMakefile824 # We use $DEB_BUILD_ARCH to detect, whether this make got triggered via
827 $(shell [ -n "$$DEB_BUILD_ARCH" ] && printf "$$PWD/debian/root")
829 $(shell [ -n "$$DEB_BUILD_ARCH" ] && printf '/common')
831 $(shell [ -n "$$DEB_BUILD_ARCH" ] && printf '/desktop')
833 $(shell [ -n "$$DEB_BUILD_ARCH" ] && printf '/server')
/hets/debian/
H A Drules824 # We use $DEB_BUILD_ARCH to detect, whether this make got triggered via
827 $(shell [ -n "$$DEB_BUILD_ARCH" ] && printf "$$PWD/debian/root")
829 $(shell [ -n "$$DEB_BUILD_ARCH" ] && printf '/common')
831 $(shell [ -n "$$DEB_BUILD_ARCH" ] && printf '/desktop')
833 $(shell [ -n "$$DEB_BUILD_ARCH" ] && printf '/server')

Completed in 2645 milliseconds