Set current build suite for easy build-time checks.

This commit is contained in:
Jeffrey Townsend
2016-04-05 09:09:43 -07:00
parent 9c0c174eeb
commit 977d6506c2

View File

@@ -22,6 +22,7 @@ endif
ifndef ONL_DEBIAN_SUITE
$(error "The $$ONL_DEBIAN_SUITE value is not set. Please source $$ONL/setup.env")
endif
export ONL_DEBIAN_SUITE_$(ONL_DEBIAN_SUITE)=1
export BUILD_DIR_BASE=BUILD/$(ONL_DEBIAN_SUITE)