common.mk 516 B

1234567891011
  1. ifndef COMMON_MK
  2. COMMON_MK := 1
  3. #Place all shared make vars below
  4. #=========================================================================================
  5. PBUILDER_CHROOT := $(PRAWNOS_ROOT)/build/prawnos-pbuilder-armhf-base.tgz
  6. PBUILDER_RC := $(PRAWNOS_ROOT)/resources/BuildResources/pbuilder/prawnos-pbuilder.rc
  7. # Otherwise errors are ignored when output is piped to tee:
  8. SHELL := /bin/bash -o pipefail
  9. #=========================================================================================
  10. endif # COMMON_MK