+logfile
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
7872a11a91
commit
130eb811e9
1 changed files with 17 additions and 0 deletions
17
doc/dev/logs/2011-05-12
Normal file
17
doc/dev/logs/2011-05-12
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
Steven, Nico
|
||||||
|
|
||||||
|
A type __get_and_build:
|
||||||
|
requires __directory /var/tmp
|
||||||
|
wget's source to /var/tmp
|
||||||
|
builds programm in /var/tmp
|
||||||
|
|
||||||
|
Question: How to define that this object depends on
|
||||||
|
__directory/var/tmp?
|
||||||
|
|
||||||
|
Answer for now:
|
||||||
|
require="__directory/var/tmp" $__self "$@"
|
||||||
|
-> construct $@ from params in directory
|
||||||
|
|
||||||
|
Answert for soon:
|
||||||
|
Should be doable easier!
|
||||||
|
|
Loading…
Reference in a new issue