summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--notes.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/notes.txt b/notes.txt
index a29f70c..5039d8b 100644
--- a/notes.txt
+++ b/notes.txt
@@ -19,25 +19,3 @@ buildd:
host$ prokit opkg chroot install src-expat
host$ prokit opkbuild chroot chroot/usr/src/expat_*/
-
-
-run_cmd()
-{
- if $# lt cmd_$cmd_min_args
- help $cmd
- exit 1
- if cmd_$cmd_max_args is set and $# gt cmd_$cmd_max_args
- help $cmd
- exit
- i=0; args=
- while i lt cmd_$cmd_exp_args
- args="$args ''"
- eval cmd_$cmd_main $@ $args
-}
-
-cmd_install_min_args=2
-cmd_install_exp_args=2
-cmd_install_max_args=2
-
-opkg cmd? parses opts after <chroot>?
-maybe <chroot> itself should be an option?