Factor out service directory option processing
[oweals/dinit.git] / src / Makefile
2019-11-09 Davin McCallFactor out service directory option processing
2019-10-06 Davin McCallBeginnings of "dinitcheck" utility
2019-09-09 Davin McCallMerge pull request #22 from travankor/makefile
2019-09-09 travankorFix makefile. 22/head
2019-07-05 Davin McCallAdd integration test framework (with 2 tests).
2019-07-04 Davin McCallMerge pull request #15 from fpoussin/crossbuild
2019-07-04 Fabien PoussinAdded STRIPOPTS var for install 15/head
2019-06-27 Fabien PoussinFixed strip on install for cross compilation
2019-05-25 Davin McCallAdd cross-compilation support.
2019-05-25 Davin McCallmake install: use force when creating links
2019-05-03 Davin McCallAdd support for specifying USE_UTMPX in mconfig.
2019-05-02 Davin McCallChoose appropriate build configuration automatically.
2018-11-17 Davin McCallFix "make install".
2018-11-06 Davin McCallMakefile: fix parallel build (issue #9)
2018-11-06 Davin McCallInstall halt and reboot as links to shutdown.
2018-07-25 Davin McCallbuild: add target to run cppcheck.
2018-07-02 Davin McCallbuild: generate mconfig.h in include directory.
2018-06-07 Davin McCallFix mconfig.h generation.
2018-05-21 Davin McCallGenerate mconfig.h file with selected variables from...
2018-01-21 Davin McCallRename load_service.cc to load-service.cc for consistency.
2018-01-18 Davin McCallBuild: rename EXTRA_LIBS to the more conventional LDFLAGS.
2018-01-14 Davin McCallMove 'run_child_proc' function into a separate source...
2018-01-13 Davin McCallMakefile: build dependency lists (*.d) during regular...
2018-01-12 Davin McCallFix makefile typo preventing build of 'shutdown'.
2018-01-12 Davin McCallMove includes into a separate directory.
2018-01-11 Davin McCallSplit service.cc into multiple files.
2018-01-06 Davin McCallInstall: allow specifying sbin and man directories.
2017-12-26 Davin McCallBuild: use EXTRA_LIBS when building "shutdown". v0.06
2017-07-06 Davin McCallFix "make check" on OS X / BSD.
2017-06-26 Davin McCallMakefile: fix warnings on initial build due to missing...
2017-06-16 Davin McCallAllow "make check" to run tests.
2017-06-16 Davin McCallBeginnings of automated test suite.
2017-06-16 Davin McCallBuild: remove manual *.h dependencies.
2017-06-05 Davin McCallBuild: Use CXXPOPTS when generating dependency files
2017-06-03 Davin McCallBuild: autogenerate dependency files (*.d)
2016-06-19 Davin McCallMerge branch 'master' of https://github.com/davmac314...
2016-06-19 Davin McCallAdd root level Makefile, make "shutdown" be optionally...
2016-06-16 Davin McCallPull in latest Dasynq, which means a massive amount...
2016-06-06 Davin McCallNo need to link libev anymore.
2016-06-05 Davin McCallRip out libev, replace with dasynq (new library written...
2016-01-15 Davin McCallMakefile improvements (fix clean target), and build...
2016-01-07 Davin McCallFix protocol errors in dinitctl
2016-01-06 Davin McCallRename dinit-start to dinitctl, as I think one command...
2016-01-05 Davin McCallMove source files int src directory