You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
390 B
18 lines
390 B
14 years ago
|
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!
|
||
|
|