Modify ↓
Opened 14 years ago
Last modified 13 years ago
#591 new defect
Environment variables for sh:exec
Reported by: | toabctl@… | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.6.1 |
Component: | General | Version: | 0.6b2 |
Keywords: | Cc: | ||
Operating System: | BSD |
Description
I want to set env variables when i execute a shell script. Eg
<step id="make"> <sh:exec file="CROSS_COMPILE=/usr/bin/arm-gcc-linux-gnueabi- make" args="-f Makefile-Bitten"/> </step>
That's not possible. My workaround is to use an own Makefile for bitten. Would be cool if it's possible to set env variables directly.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
I would like to do the same thing also for a cross-compile. Have you figured out a way to do this or is the Makefile workaround working for you still?