diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-06 12:04:37 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-07-06 12:27:47 (EDT) |
commit | 2615b187c5e446bcba965f21def342e313656201 (patch) | |
tree | 5e247ac9d6499097f7435cd6de22b2b8daa09309 /TODO | |
parent | 4bc1fe19d8cb13cb0d36bf7c213dcf6839e82a46 (diff) |
Deduplicate defs.h under common/
And add `-I"$(top_srcdir)/common"` to CPPFLAGS.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -`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 |