Uncomment addtask call.
authorChris Larson <clarson@kergoth.com>
Tue, 10 Jun 2003 05:16:07 +0000 (05:16 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 10 Jun 2003 05:16:07 +0000 (05:16 +0000)
BKrev: 3ee56997fj4Y7XKMgs4RSdYrrkNiSA

test~/addtask-2.0.oe

index e69de29..45f3570 100644 (file)
@@ -0,0 +1,6 @@
+do_whee() {
+       oenote "testing, testing, 1 .. 2 .. 3 .."
+}
+
+# insert whee task between staging and install
+addtask whee 'stage compile' "install"