aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-header.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r--jjb/common/include-agl-header.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh
index 4a27327c..d548468d 100644
--- a/jjb/common/include-agl-header.sh
+++ b/jjb/common/include-agl-header.sh
@@ -119,9 +119,11 @@ eval TARGETIMAGEnogfx="$TARGETIMAGEnogfx"
if $NOGFX; then
export TARGETIMAGE=${TARGETIMAGEnogfx}
+ export TARGETFEATURES="${TARGETFEATURESnogfx}"
fi
if test x"porter-nogfx" = x"$MACHINE"; then
export TARGETIMAGE=${TARGETIMAGEnogfx}
+ export TARGETFEATURES="${TARGETFEATURESnogfx}"
fi
#if $DEBUG; then