Nathan Whitehorn
bfc3bab865
Per request of the docs team, install docs as packages, instead of via
...
the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and
for putting up with me taking entirely too long to commit this!
Submitted by: blackend
2011-07-09 23:01:54 +00:00
Nathan Whitehorn
0bd47e8362
As requested by many people, with final prodding from Jason Hall, fix this
...
so that running make release causes make obj to be run before doing
anything. This fixes a bug wherein, when run for the first time, and
without -DNOSRC, make release would attempt to recursively tar up the src
directory including its own output and enter an infinite loop.
While here, make the cross-building stuff work a little more the way it
should if only one of TARGET/TARGET_ARCH is specified.
2011-05-18 17:39:28 +00:00
Nathan Whitehorn
88381ca3e3
Simplify this script somewhat, following excellent suggestions from
...
Ed Schouten.
2011-05-05 19:17:55 +00:00
Nathan Whitehorn
d40df3b2f2
Make sure to run make obj before release. Trying to run them in one step
...
doesn't always work reliably.
2011-05-04 02:52:41 +00:00
Nathan Whitehorn
8ef63d0dcd
Don't do make release and make install in one step. Setting DESTDIR for
...
make release has deleterious consequences.
2011-04-11 15:03:01 +00:00
Nathan Whitehorn
299a8b95ac
Add an install target to release/Makefile instead of grubbing around
...
(and requesting that users grub around) in /usr/obj. Also make sure that
make clean removes the bootonly media and clean up that target a little.
2011-04-11 14:30:45 +00:00
Nathan Whitehorn
6f7457a71f
Copy all generated ISO images into the release area.
2011-03-27 23:46:52 +00:00
Nathan Whitehorn
3a20439f1c
Cause the release target to set up its object directory. It is designed
...
to be a meta-target, and having it do this avoids it spewing files all
over the source tree by default (and possible recursive tarring if
distributing a src tarball).
2011-03-26 13:58:44 +00:00
Nathan Whitehorn
c0d25a4bbe
Add support for checking out ports and doc trees from a CVS repository,
...
in addition to CVSUP, and add support for alternate SVN roots for src.
Requested by: jhb
2011-03-19 23:06:17 +00:00
Nathan Whitehorn
12ad0bb143
Thanks to sysinstall for its 15 years of service. And now to sleep,
...
perchance to dream...
2011-03-14 13:47:17 +00:00
Nathan Whitehorn
3fc77bec6b
Fix some typos due to unremoved commented-out lines. A great big pointy
...
hat goes to me for this one.
2011-03-13 18:02:28 +00:00
Nathan Whitehorn
5921b7ea2e
Connect the full doc build (Handbook, etc.) to the build. This is not built
...
if no doc checkout is found.
2011-03-13 15:08:06 +00:00
Nathan Whitehorn
216c7d1766
Add a wrapper script for Makefile.bsdinstall that does the source
...
checkout/chroot/compile/release dance that the existing release Makefile
does for those who want a totally pristine release build.
2011-03-11 16:58:21 +00:00