-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (29 loc) · 1.32 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
This directory contains MidnightBSD Update build code.
(based on FreeBSD update build code from Colin Perciva)
File Description
---- -----------
scripts/build.subr The routines which do all the work.
scripts/build.conf Configuration settings.
scripts/*.sh User-accessible scripts.
scripts/X.Y-Z/bar/build.conf Configuration for MidnightBSD/bar X.Y-Z
scripts/X.Y-Z/build.subr and These files, if present, can override
scripts/X.Y-Z/bar/build.subr the routines defined in scripts/build.subr
in order to provide special treatment for
a particular release or platform.
src/findstamp.c Utility for comparing two binaries which
were built from the same source code and
printing out the locations where they
differ due to timestamps.
src/unstamp.c Utility for erasing timestamps found by
findstamp.c.
patches/X.Y-Z/0-* Patches to MidnightBSD X.Y-Z which we pretend
were part of the release. In MidnightBSD 5.5
and MidnightBSD 6.0 some of these are necessary
in order to get rid of some problematic
timestamps.
patches/X.Y-Z/W-* Patches to MidnightBSD X.Y-Z. These are applied
in order of increasing W (assuming it is an
integer), so a naming convention of setting
W equal to the MidnightBSD patch level (e.g., 9
for MidnightBSD 0.2-RELEASE-p9) is strongly
recommended.