Commit Graph

119 Commits

Author SHA1 Message Date
phk
7a9ff70615 Dont install DES bits in cdrom area. 1995-03-17 04:54:13 +00:00
phk
7f7d0e0282 Remove imutable bits, they will not survive anyway. First cut at cdrom
make rule.
1995-03-16 22:54:42 +00:00
phk
7a470dd511 Well, it seems like the vn driver is pretty hosed still, so don't use it :( 1995-03-16 05:58:28 +00:00
phk
85404d96e4 Code to use vndevice instead of floppy to build floppy images. 1995-03-16 05:40:02 +00:00
phk
65016847a9 I belive the floppies work as expected now. (incl the fixit) 1995-03-15 06:14:19 +00:00
phk
b9928379ff Added a fixit floppy to the rules. 1995-03-13 20:09:38 +00:00
phk
2c8d27f2cb Move a -P 1995-02-28 20:32:29 +00:00
phk
7990632f0d cvs export doesn't like a explicit '-P' 1995-02-28 04:38:21 +00:00
phk
9dc9082480 More bugfixes. 1995-02-28 01:15:52 +00:00
phk
d5240ccc32 Various things, bits and pieces to make this maybe work next time. 1995-02-26 20:45:34 +00:00
phk
60395e83e2 Various changes to make this work. 1995-02-26 01:35:32 +00:00
phk
e9f480c4e2 New and better "make release" rules. 1995-02-25 22:08:48 +00:00
phk
495be9dad1 /var/games -> games dist. 1995-02-11 05:35:37 +00:00
phk
b52377f6a8 A better fix for the newfs floppy problem 1995-02-10 06:04:58 +00:00
jkh
ed0808faf1 Merge in some cosmetic changes - clean the two kernel images we depend
on when a `make clean' is done - prevents a Feb 2nd BOOTFLP kernel going
onto a Feb 10th boot.flp, as now almost happened.. :-)
1995-02-10 05:51:01 +00:00
phk
6b16692f6c A bit of unexpected fallout from the newfs change.
newfs'ing a floppy fails now, unless we tell it geometry.  I thought at
disktype would take precedence.
1995-02-10 05:41:10 +00:00
jkh
75ef70cb02 Andreas Schulz asks:
I have seen two strange things in it :-).
	The first: in CLEANFILES is CPIO3 referenced, that leads to the
	deletion of half of the scripts that are in the source. Intended ?
	Second: The comment above the CPIO3= line says that bininst must be
	the last on the floppy, but setup follows it now ?
And I reply:
	This was all wrong!  Fixed!  Thanks!
Submitted by:	ats
1995-02-09 08:36:23 +00:00
jkh
eaa3507b90 A better clean rule. 1995-02-02 12:29:03 +00:00
ache
b46423171c Create directory symlinks neccesary for locale because mtree
can't create symlinks.
Suggested by Rod.
1995-02-02 08:03:24 +00:00
jkh
e40e3d935b Argh! I left the setup script off the floppy. Time to re-roll it. 1995-02-02 04:07:51 +00:00
jkh
dded5eaf51 Don't forget to make the gzip'd boot floppy. 1995-02-01 22:53:32 +00:00
jkh
19441ff4f8 Take out my previous change to update the src tree first - that was
stupid.. :-)
1995-02-01 11:19:24 +00:00
jkh
602e297dab Make jkhdist also update the tree. 1995-01-30 07:01:56 +00:00
phk
48cc387009 1.44 floppies considered evil now. Real kernel on cpio.flp.
added explicit "OK" file.
Nuked vn support, doesn't work second time around :-(
1995-01-30 03:22:24 +00:00
phk
68256df956 Make sure the scripts/* files have 'x' bits. 1995-01-29 06:29:14 +00:00
phk
5852abee9f Change the boot.flp rule to use the "vn" device. Much faster :-)
remove bootsd and sdboot from the boot.flp, the matching change to
sysinstall will arrive later this evening.
1995-01-29 02:12:30 +00:00
jkh
1c4f0da002 Copy the src tarballs' script to the right place. 1995-01-28 22:29:27 +00:00
jkh
c73a368a7a Make the check for a precompiled kernel correct. 1995-01-28 05:33:52 +00:00
jkh
e8954f8b1a Update everyone's paths to point properly into /stand/scripts. 1995-01-28 01:18:44 +00:00
jkh
10b39986db Make the gzip commands more rational. 1995-01-27 08:30:35 +00:00
jkh
0aa62f1991 Get the src rule right. 1995-01-27 08:06:43 +00:00
jkh
66ad17f0ff Adjust some of these extract scripts. 1995-01-27 07:49:46 +00:00
jkh
afcbac72a4 Don't build src tarball by default. 1995-01-27 07:37:41 +00:00
jkh
19577a5f4d Change a few more mkdirs to mkdir -p's. 1995-01-27 06:24:35 +00:00
jkh
e9aaae828c Add a -p to mkdir. 1995-01-27 01:47:32 +00:00
jkh
1ff831f903 Move all the src tarball stuff from etc/Makefile into here. 1995-01-17 19:57:35 +00:00
jkh
5cb211d8bc Submit srcdist changes 1995-01-15 06:31:50 +00:00
jkh
e4cc082f5f Add my own custom target for now. 1995-01-14 20:15:38 +00:00
jkh
92ea353442 Try out my new idea for making the srcdist.. 1995-01-14 12:51:40 +00:00
jkh
29995a54fe Change the way the srcdist is generated. 1995-01-14 12:44:23 +00:00
jkh
1839545b6d Be neat - put bininst in scripts directory too. 1995-01-14 10:28:11 +00:00
jkh
e538a7cccb Further review for scripts/ dir renaming. 1995-01-14 08:02:49 +00:00
jkh
fcfaa406aa Make the whole *dist naming structure halfway orthogonal. 1995-01-14 07:48:09 +00:00
gibbs
6336578059 Remove extra leading tabs that made this thing blow up. 1995-01-13 08:06:55 +00:00
jkh
1b47facd92 I must be hallucinating. Back out the previous change. Um. Drat,
how to do this?
1995-01-13 06:44:23 +00:00
jkh
8815663148 Add conv=osync to the boot flop. You know, this might explain those
mysterious rawrite problems! :-)
1995-01-13 05:43:03 +00:00
jkh
c468677d0b A slicker way of eliminating bogus quotes.
Ask less questions about the temporary directory if instructed to.
1995-01-12 16:18:18 +00:00
jkh
dbc066f766 Efficiency tweaks to Makefile,
add missing regexp lib for grep (cpio floppy).
1995-01-12 12:30:07 +00:00
jkh
d8f618fa89 Prepare for next snapshot. 1995-01-12 10:34:37 +00:00
jkh
9cb0c47690 1. Add bump release number nag to start of release rule. Thx to Philippe
for suggestion!
2. Add Thailand to list of mirrors.
1995-01-07 11:09:50 +00:00