From 96c7b98bf0f852d7afee9251c4ce9492310e6a87 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 15 Aug 2003 13:01:45 +0000 Subject: * Argument support in Fix. Arguments can be passed through the builder using the `args' binding: ("args", ["bla", True, IncludeFix("aterm/aterm.fix")]) Note that packages can also be declared as inputs by specifying them in the argument list. --- testpkgs/args/args.fix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testpkgs/args/args.fix (limited to 'testpkgs/args/args.fix') diff --git a/testpkgs/args/args.fix b/testpkgs/args/args.fix new file mode 100644 index 000000000000..54a13ddba858 --- /dev/null +++ b/testpkgs/args/args.fix @@ -0,0 +1,7 @@ +Package( + [ ("name", "args") + , ("build", Relative("args/args-build.sh")) + + , ("args", ["1", "2", "3", IncludeFix("slow2/slow.fix")]) + ] +) -- cgit 1.4.1