[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to define location of the outputfile?



On 05/19/2010 10:56 AM, Jonas Stein wrote:
> is there a lh parameter, that will force to put my
> binary-net.tar.gz
> to /foo/bar?

no, such a thing would be useless to implement. however, the beauty lies
in the auto mechanism (which is exactely why i've added it: to let users
do whatever and however they want it to be done).

---snip---
cat > auto/build << EOF
#!/bin/sh

set -e

lh build noauto ${@}

mv binary-net.tar.gz /foo/bar/mysystem.tar.gz
EOF

chmod 755 auto/build
---snap---

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baumann@panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/


Reply to: