summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-28 02:24:26 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-28 02:24:26 (EDT)
commit2e698eb99020a511a8e5b0cfe4d8ca1dc609f4da (patch)
tree1cc24852a4f3b105b4af925f7fcaace9411fbc6c
parent5b5372cdda0ee5028de6b0056b749d785e9e0bf9 (diff)
notes.txt: Remove more old notes
-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?