|
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
|
|
20662ea0
|
2021-04-10T13:31:30
|
|
introduce 'gotadmin info'
|
|
db914e36
|
2020-02-13T10:25:11
|
|
traverse into gotweb during 'make release'
|
|
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.
|
|
03b6a916
|
2020-01-16T14:51:04
|
|
have 'make obj' recurse into gotweb; ok tracey
|
|
c08369d7
|
2020-01-15T23:08:12
|
|
remove log counting, add to TODO
|
|
54415d85
|
2020-01-15T22:10:31
|
|
kn@ and stsp@ suggested changes
|
|
2c251c14
|
2020-01-15T22:10:30
|
|
Initial gotweb branch import
|
|
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
|
|
33147df7
|
2020-01-07T05:05:07
|
|
.PHONY is a target
ok stsp@
|
|
c8d81600
|
2019-08-09T00:15:55
|
|
let 'make release' properly clean up object files in regress/
|
|
e4c54b95
|
2019-08-08T18:36:05
|
|
sort list of files in release tarball
|
|
53ccebc2
|
2019-07-30T14:54:05
|
|
add 'make release' target; programs now have a version number
|
|
e06046c2
|
2019-02-08T15:57:06
|
|
do not forget about regress tests during 'make obj'
|
|
aeb03748
|
2019-01-02T15:47:01
|
|
don't run regress tests by default
|
|
079b2f65
|
2018-09-08T16:56:10
|
|
add a Makefile hierarchy which builds the whole show
|