Go to file
dyoung 13c69639c5 Apply the same keywords to the 32-bit compat files as apply to the
non-compat equivalent files, to stop amd64/sparc64 builds with MKxxx=no
options from failing because files in the DESTDIR are missing from the
METALOG.

amd64 builds, now, with several MKxxx=no options set. sparc64 probably
needs some more work.

FWIW, join(1) saved me some manual labor as I copied keywords from
non-compat to compat files:

1 Collect the files that are missing from the DESTDIR into
  compat-i386.files

2 Replicate the first column of compat-i386.files.  Remove i386/ from
  the first column.

3 sort -k 1,1 distrib/sets/lists/comp/{md.amd64,mi,shl.*}
  distrib/sets/lists/base/{md.amd64,mi,module.amd64,module.mi,shl.elf,sh
  l.mi} | join -1 1 -2 1 -o '2.2 1.3' - compat-i386.files >
  compat-i386.keywords

4 Process distrib/lists/{base,comp}/md.amd64 with join -1 1 -2 1 -o '1.1
  1.2 1.3,2.2' -a1 - compat-i386.keywords
2009-04-17 20:38:04 +00:00
bin Fix markup. 2009-04-12 13:52:20 +00:00
common Check if pd is not NULL before we try to lock rw lock associated with it. 2009-04-14 02:53:41 +00:00
compat Add openldap from Kurt Schreiner. Really, this should just contain: 2009-04-14 21:20:49 +00:00
crypto Redo previous -- cast to (unsigned char) 2009-04-14 21:58:36 +00:00
dist Fix: 2009-04-17 02:45:55 +00:00
distrib Apply the same keywords to the 32-bit compat files as apply to the 2009-04-17 20:38:04 +00:00
doc Import dhcpcd-4.0.13 2009-04-17 20:09:34 +00:00
etc Add a small script to visualize the rc dependency graph and point to it. 2009-04-15 22:36:04 +00:00
external Import dhcpcd-4.0.13 2009-04-17 20:05:27 +00:00
games Sort sections. 2009-04-12 18:31:47 +00:00
gnu Hook up ascii.tmac for the tool build as well. 2009-04-12 18:52:52 +00:00
include merge libbind 2009-04-12 17:07:33 +00:00
lib PR/41230: -current: sh(1) endlessly looping in interactive 2009-04-16 19:39:37 +00:00
libexec Fix typo in email address. Pointed out by Mirko Thiesen in PR 41229. 2009-04-16 21:26:57 +00:00
regress add a test which exercises libpthread's ability to remember the 2009-04-02 12:58:44 +00:00
rescue - rework this a bunch to make it work inside /rescue/ldd. 2009-01-07 00:39:23 +00:00
sbin Speling. 2009-04-15 23:03:34 +00:00
share pci_activate() wants a device and not a softc. This matches the implementation. 2009-04-17 19:02:03 +00:00
sys appease gcc 2009-04-17 20:32:27 +00:00
tests WARNS=4 2009-04-14 10:20:22 +00:00
tools -introduce a "COMMON_CONFIGURE_ARGS" variable which is included by 2009-03-27 19:19:49 +00:00
usr.bin Rename variables to fix GCC warnings: local variables optopt and optarg 2009-04-17 20:25:08 +00:00
usr.sbin Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare) 2009-04-17 16:12:46 +00:00
x11 add -n to gzip invocation 2009-03-31 21:12:51 +00:00
build.sh Add a MKARZERO flag, which invokes ar(1) with the new D flag when it 2009-03-13 16:23:31 +00:00
BUILDING be explicit about MAKEOBJDIR and MAKEOBJDIRPREFIX not being for 2008-12-02 22:28:21 +00:00
Makefile Remove an explicit BUILDTARGETS do-compat-external-lib before do-build 2009-04-15 10:18:34 +00:00
Makefile.inc
UPDATING add a note about needing to rebuild i386 toolchain 2009-03-29 18:33:56 +00:00