From 130eb811e958aef7a221e61dce16a788653550af Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 12 May 2011 11:54:27 +0200 Subject: [PATCH] +logfile Signed-off-by: Nico Schottelius --- doc/dev/logs/2011-05-12 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/dev/logs/2011-05-12 diff --git a/doc/dev/logs/2011-05-12 b/doc/dev/logs/2011-05-12 new file mode 100644 index 00000000..c2861b54 --- /dev/null +++ b/doc/dev/logs/2011-05-12 @@ -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! +