Commits
- Commit:
db914e36e29f87c8864368840936a88930229d20
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
traverse into gotweb during 'make release'
- Commit:
bb5b19e3e76cd78d622d174e0a2a718869a2c8fd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
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.
- Commit:
03b6a916452546769de4503dd1bbb3f0f7195c88
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
have 'make obj' recurse into gotweb; ok tracey
- Commit:
c08369d7b2d435a4c881c980f9a7192c5f7fc61a
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
remove log counting, add to TODO
- Commit:
54415d85f1bbe99a1740cbad8ec7727c205c913b
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
kn@ and stsp@ suggested changes
- Commit:
2c251c14c84a96ddb3a968cd30fd889ba363f805
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
Initial gotweb branch import
- Commit:
33147df7bc894e4498cffb3b04fd04080132c5ce
- From:
- Sebastien marie <semarie@openbsd.org>
- Date:
.PHONY is a target
ok stsp@
- Commit:
c8d816000f2723fa67d0688c8f90316169287a30
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
let 'make release' properly clean up object files in regress/
- Commit:
e4c54b95dc64aa0231b6c7718cfdb5cc075aba3e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sort list of files in release tarball
- Commit:
53ccebc212c162c70f666f060b461d9dccdca647
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'make release' target; programs now have a version number
- Commit:
e06046c217e4dfa1f080c81fc9b30dd6706e1568
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not forget about regress tests during 'make obj'
- Commit:
aeb03748200a20de6ab449d9ca1e463928f4f77b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't run regress tests by default
- Commit:
079b2f6564ee7fbd71071aedde0c3c317b985d46
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a Makefile hierarchy which builds the whole show