diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 02:33:02 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 02:33:02 -0500 |
commit | 6710027c9c47ecd34e950ab9ea2246ddbd0523b9 (patch) | |
tree | 0d9c4dda756e06b44b2e4120e0828997279f0df3 /HOWTO | |
parent | ec77ef1ce6c8e237c8692b07df148e88a48128d2 (diff) | |
download | sofort-6710027c9c47ecd34e950ab9ea2246ddbd0523b9.tar.bz2 sofort-6710027c9c47ecd34e950ab9ea2246ddbd0523b9.tar.xz |
HOWTO: updated to reflect recent changes to the directory tree.
Diffstat (limited to 'HOWTO')
-rw-r--r-- | HOWTO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -102,8 +102,10 @@ generated by 'sofort: portable software project template' The generated skeleton included the following elements: + the argv parser and usage screen generator (argv.h). -+ the build system (configure, Makefile.in, sysinfo/version.sh, - sofort/defs.mk, sofort/custom.mk, sofort/version.mk). ++ the build system (configure, config.usage, Makefile.in, + sofort/config.vars, sofort/defs.mk, sofort/flavor.mk, + sofort/pkgconf.mk, sofort/pkgconf.sh, and + sofort/version.mk). + the initial driver logic: --> src/driver/namespace_driver_ctx.c --> src/driver/namespace_unit_ctx.c |