Makefile

Branch


Log

Author Commit Date CI Message
Klemens Nanni fbceed27 2021-10-07T15:38:38 Provide lib/Makefile to enable tags file generation The root Makefile does not hook into lib/ via <bsd.subdir.mk> since it is not a program itself and thus gets included by all others. This means `make tags` skips lib/ and `make -C lib/ tags` does not know what to do; provide a minimal <bsd.lib.mk> stub and hook it up just for the "tags" such that *all* source is browsable via tags. See /usr/share/mk/bsd.README for details. Feedback stsp tb OK tb
Stefan Sperling 20662ea0 2021-04-10T13:31:30 introduce 'gotadmin info'
Stefan Sperling db914e36 2020-02-13T10:25:11 traverse into gotweb during 'make release'
Stefan Sperling bb5b19e3 2020-01-28T12:15:59 ensure that we always install static binaries to gotweb's chroot Compile static libexec binaries for gotweb, keeping them separate from the main build. Use the same source files but a separate set of Makefiles. Previously, 'make web-install' installed whichever libexec binaries had already been built, and if those happened to be dynamically linked they failed to run inside the chroot which resulted in "privsep peer process closed pipe" being rendered on the index page.
Stefan Sperling 03b6a916 2020-01-16T14:51:04 have 'make obj' recurse into gotweb; ok tracey
Tracey Emery c08369d7 2020-01-15T23:08:12 remove log counting, add to TODO
Tracey Emery 54415d85 2020-01-15T22:10:31 kn@ and stsp@ suggested changes
Tracey Emery 2c251c14 2020-01-15T22:10:30 Initial gotweb branch import
Theo Buehler 455de7fa 2020-01-12T19:41:31 Avoid out of bounds access if path is "/". From Martin <openbsd () academicsolutions ! ch> with tweaks by me. ok stsp
Sebastien marie 33147df7 2020-01-07T05:05:07 .PHONY is a target ok stsp@
Stefan Sperling c8d81600 2019-08-09T00:15:55 let 'make release' properly clean up object files in regress/
Stefan Sperling e4c54b95 2019-08-08T18:36:05 sort list of files in release tarball
Stefan Sperling 53ccebc2 2019-07-30T14:54:05 add 'make release' target; programs now have a version number
Stefan Sperling e06046c2 2019-02-08T15:57:06 do not forget about regress tests during 'make obj'
Stefan Sperling aeb03748 2019-01-02T15:47:01 don't run regress tests by default
Stefan Sperling 079b2f65 2018-09-08T16:56:10 add a Makefile hierarchy which builds the whole show