Skip to content

Commit

Permalink
CA-47256: explicitly pass through the new environment variables PRODU…
Browse files Browse the repository at this point in the history
…CT_VERSION_TEXT{,_SHORT} otherwise omake doesn't see them

Signed-off-by: David Scott <dave.scott@eu.citrix.com>
  • Loading branch information
David Scott committed Oct 28, 2010
1 parent eebf1d1 commit 05db425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mk/Makefile
Expand Up @@ -30,6 +30,8 @@ OUTPUT_SDK = $(MY_OUTPUT_DIR)/sdk.tar.gz
export BUILD_NUMBER
export PRODUCT_BRAND
export PRODUCT_VERSION
export PRODUCT_VERSION_TEXT
export PRODUCT_VERSION_TEXT_SHORT

.PHONY: build
build: $(OUTPUT_CLI_RT) $(OUTPUT_SDK) $(MY_SOURCES)/MANIFEST
Expand Down

0 comments on commit 05db425

Please sign in to comment.