Commit Graph

334 Commits

Author SHA1 Message Date
jkh
6ee37b1021 Add a missing \ the previous committer omitted from the crunch target. 1998-01-19 16:10:51 +00:00
brian
8dc459bd1b Remove the necessity of -ldes and -lalias etc from release/Makefile.
When building a release, RELEASE_CRUNCH is defined for a `make' of
the objects required by the crunch of each program.  The object list
is still obtained in the same way, so you must make sure that all
objects are built (empty if necessary) by this make.  ppp/Makefile
provides an example.

Reviewed by: jkh
1998-01-17 14:21:21 +00:00
joerg
b3097ef3b3 MF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy. 1997-10-20 21:57:14 +00:00
jkh
44691c4653 Turn NODOC back on - this is going to take a bit more work to get right. 1997-10-05 22:31:40 +00:00
jkh
ae1b585b6d Remove NODOC setting - time to figure out how to get this working again. 1997-10-05 09:47:28 +00:00
jkh
06b0634176 Fix syntax error I introduced earlier. :) 1997-10-04 20:51:42 +00:00
jkh
65b7f7590d Support crypto and kerberos source dists. 1997-10-04 09:05:06 +00:00
jkh
2038155969 Install boot.help differently. 1997-10-03 14:17:46 +00:00
markm
283e06434b The eBones src distribution is gone, and crypto is here. So remove
references to sebones.* and bring in scrypto.*.
1997-10-03 14:05:29 +00:00
jkh
3e3d764084 kerberos4 -> kerberosIV
Submitted by:	Akira Watanabe <akira@myaw.ei.meisei-u.ac.jp>
1997-10-01 09:01:16 +00:00
jkh
388987c604 Fix kerberos breakage for release.
Submitted by:	markm
1997-09-30 08:09:03 +00:00
joerg
99c3bcdfc0 Don't gratuitously drop termcap.db and vgrindefs.db from the installed
set of files.

Reviewed by:	jkh
1997-09-20 17:10:09 +00:00
joerg
b4405a2063 Perform a `make distrib-dirs distribution' inside the chroot tree
before trying to `make world', so to become less dependant from the
correctness of the environment hosting the `make release'.  The recent
addition of a group `network' made this problem apparent.
1997-09-20 15:40:55 +00:00
jkh
8331908afc Do a make install in sysinstall so that its man page gets added to the
manpages dist.
1997-09-08 11:09:35 +00:00
jkh
d1050b2e15 Yikes! Whomever put the non-overridable setting of BUILDNAME in
here, don't do that!
1997-09-04 11:54:01 +00:00
jkh
e5bb012ecb Copy the boot.help file also into the MFS image so that the installer
can find it later and copy it over.
1997-09-04 11:28:32 +00:00
jkh
51aa5a2eb8 Skip contrib-crypto 1997-09-03 23:15:38 +00:00
jkh
37f4bbc037 Make README.TXT for floppies reference work. 1997-07-31 10:57:31 +00:00
jkh
f8e93c8025 Touch a default kernel.config file to shut the boot blocks up about it
when not present.
1997-07-31 09:52:10 +00:00
jkh
426552c69c Turn off doc.1 distribution until we figure out what we're going to do with
it.
1997-07-23 10:44:39 +00:00
jkh
0082a95e2e OK, *this* is how the ports stuff should have been built to begin
with. ;-)
1997-07-13 00:54:22 +00:00
jkh
add80ac9e8 Move ports distribution copying for ftp dist into the correct place. 1997-07-09 12:45:17 +00:00
jkh
4768a19ce9 Split section 6 catpages/manpages out into games dist. 1997-07-02 08:59:00 +00:00
jkh
6f9e389895 Protect against CVSROOT not being set.
Submitted by:	fenner
1997-06-29 18:07:01 +00:00
jkh
5691cc43a6 endif -> .endif (from BOOT_CONFIG changes). 1997-06-28 16:24:09 +00:00
pst
3cb55f8fe2 Reorder things and import NOSHARED. 1997-06-28 08:21:10 +00:00
jkh
2b0a10a85d YAMF22
Submitted by:	pst
1997-06-24 23:08:18 +00:00
jkh
d792442b3e Do ports.1 earlier. 1997-06-23 01:49:35 +00:00
jkh
7f7bc49984 Argh - 3rd time's a charm. Move doc even further in the distribution chain. 1997-06-22 17:59:04 +00:00
jkh
f7950a2f5f The doc dist was being made too early - move it. 1997-06-22 17:21:59 +00:00
jkh
9466af7e0d Bag previous behavior of making all BIN_DISTS get a set of /etc files.
If a bindist clone wants etc files, it can clone them from bin.  If it
doesn't, now it won't. :)
1997-06-22 10:17:32 +00:00
jkh
3e63c5f448 Reshuffle some of the distribution names to make them
easier to remember & allow overrides.
1997-06-22 08:37:49 +00:00
jkh
f78faa70ce Make docs go to the right place finally. 1997-06-21 19:39:48 +00:00
jkh
63077702df Whoops, get the proper rev of this. 1997-06-21 15:45:51 +00:00
jkh
904ea87b11 Change the way distributions are built such that they can be built
either in the Makefile or by an external script.  Move some of the
existing stuff into scripts.
1997-06-21 15:41:55 +00:00
jkh
fa105740ad Whoops - add boot.foo files to the outside of the MFS, not the inside. :)
Brain engaged now.
1997-06-12 09:23:54 +00:00
jkh
4c15a5c230 Copy boot.help file onto boot.flp and write zero-length boot.config
there to shut the boot blocks' whining little face up.
1997-06-12 09:18:29 +00:00
jkh
9e6ea86b84 Make readmes in ports.
Submitted by:	asami
1997-06-11 10:03:40 +00:00
brian
008cb803ea Make install in include before making world.
Without this, if you try to build a 2.2 release
on -current, it falls on its face here because
/usr/include contains your "make install"d headers
where the /usr/include/* symlinks point to the
RELENG_2_2 headers.

Reviewed by:	jkh
1997-06-06 02:10:03 +00:00
joerg
15b69f45fb Create the release name of SNAPs automagically. 1997-06-01 08:06:48 +00:00
jkh
3e98c11a9e Add rules for building doc back into releases, conditionalized on NODOC.
Also clean up some of the comments at the top.  It's 12 o'clock, and
that is all.
1997-05-24 20:15:13 +00:00
danny
fa3bc0f9da Spelling/typo fix. 1997-05-03 12:14:21 +00:00
jkh
a6f9713bd2 Eliminate a small redundancy with ALL_DISTS
Submitted by:	John-Mark Gurney <jmg@hydrogen.nike.efn.org>
1997-04-25 09:11:50 +00:00
joerg
2964fbaf62 ``Ooops'' :-) 1997-04-13 20:20:25 +00:00
joerg
d2f9a6542b Add more bootstrapping bandaids: copy over some of the host system
dependent utilities to /bootstrap inside the chroot tree, so the
hosting and targeted environment are not required the same.  By now,
mount/umount (due to the Lite2 changes) and cpio (due to lchown) make
it there.  This should allow building a 3.0-current release from
inside a 2.2 vintage system, and visa verse.

Isn't lchown also a reason for a shared lib version number bump?

PR:
Reviewed by:	jkh
1997-04-13 08:46:58 +00:00
joerg
05f6ff314a Sync this up with RELENG_2_2. Du-oh, i've totally spammed rev 1.278,
and quite a number of smaller fixes from 2.2 were missing as well.
1997-04-12 21:55:53 +00:00
joerg
1506d05dd8 Brain-o. BUILNAME is more important, RELEASETAG ain't even mandatory
at all (so protect it with .if defined).
1997-03-15 20:35:06 +00:00
joerg
1846d08433 Properly export RELEASETAG and NO_PORTS (if set) into the chrooted
make process via /mk.

2.2 candidate but i'll defer this for an hour until my test buld
proved that it works.  This should just fit Jordan's deadline. ;-)
1997-03-15 19:51:16 +00:00
joerg
8b8fc581e4 Fix Jordan's botched revision 1.280 (looks like cut&paste spamming) 1997-03-14 08:21:09 +00:00
joerg
54ed7ea437 Do not spam our distributions accidentally with BOOTMFS files. 1997-03-12 18:09:15 +00:00