diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-05 21:52:22 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-05 21:52:22 (EDT) |
commit | 9f27a737e7f4b720168de81c86714230e3971e49 (patch) | |
tree | c07a14d72ae5547fe7da122d05e68800f471d603 | |
parent | d9e2315039bb22f7086aa4c9eda629f9f6e82b91 (diff) |
TODO: Update
-rw-r--r-- | TODO | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ +`git mv src/ opkg-opk/` and update build system +`mkdir common/ && git mv src/defs.h helpers/mode.[ch] common/ && \ + git rm helpers/defs.h` and update build system and sources +Write `common/error.[ch]`: + `opkg_opk_set_program_name()`, `opkg_opk_error()`, `opkg_opk_errno()` Ownership override Finish options handling, remove cli.txt -Reconsider error handling, maybe prepend program name to messages -chown, install, and mknod wrappers/replacements to append to override file(s) +Reconsider error handling (enum?), prepend program name to messages (see above) +chown and install replacements to append to override file Test helpers opkbuild helper to set PATH ob-buildenv needs to define OPK_WORK_AREA with work area absolute path |