OpenBSD CVS

CVS log for src/Makefile


[BACK] Up to [local] / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.136 / (download) - annotate - [select for diffs], Sun Apr 5 20:14:14 2020 UTC (4 years ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, HEAD
Changes since 1.135: +3 -1 lines
Diff to previous 1.135 (colored)

minor cranking of libraries exposes a problem, details too long to explain.
Run ldconfig -R after installing base libraries, and once again after
installing gnu libraries.
ok kettenis

Revision 1.135 / (download) - annotate - [select for diffs], Sat Dec 21 21:39:59 2019 UTC (4 years, 4 months ago) by espie
Branch: MAIN
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored)

a few depend:-related thingies that were still in.

okay millert@, tb@

Revision 1.134 / (download) - annotate - [select for diffs], Wed Jul 5 10:22:32 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.133: +4 -4 lines
Diff to previous 1.133 (colored)

bye bye depends
okay tb@ deraadt@

Revision 1.133 / (download) - annotate - [select for diffs], Fri Apr 14 21:37:15 2017 UTC (7 years ago) by espie
Branch: MAIN
Changes since 1.132: +2 -2 lines
Diff to previous 1.132 (colored)

mark newish phony targets as phony.
okay tb@

Revision 1.132 / (download) - annotate - [select for diffs], Sun Jan 29 17:06:56 2017 UTC (7 years, 3 months ago) by rpe
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.131: +3 -2 lines
Diff to previous 1.131 (colored)

Ensure the build user can write to the GLOBAL_AUTOCONF_CACHE file by
creating or truncating it with the proper ownership and permissions.

OK tb@

Revision 1.131 / (download) - annotate - [select for diffs], Sat Nov 19 14:20:58 2016 UTC (7 years, 5 months ago) by tb
Branch: MAIN
Changes since 1.130: +4 -1 lines
Diff to previous 1.130 (colored)

Enable builds with a dedicated user that cannot elevate privileges or write
to /usr/src or /usr/xenocara.

Change /usr/{,x}obj to owner build:wobj with mode 770 and install the
systemwide makefiles before starting a build.  The root of the noperm fs
containing DESTDIR should also be owned by build:wobj.

Developers will need to add their users to group wobj to be able to write
to /usr/{,x}obj/.

"push forward" deraadt; testing, input & ok rpe

Revision 1.130 / (download) - annotate - [select for diffs], Tue Oct 18 02:47:07 2016 UTC (7 years, 6 months ago) by tb
Branch: MAIN
Changes since 1.129: +2 -2 lines
Diff to previous 1.129 (colored)

Swap 'make cleandir' and 'make includes' for real.
Should have been part of commitid uHRFWpwUBjIz0UuR.

Original message:

Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,
and add prereq targets, so some header files are generated by BUILDUSER
during 'make prereq' instead of by root during 'make includes'.

Switch the order of 'make cleandir' and 'make includes' during 'make build'
so we don't generate many files twice.

Except for some machine@ symlinks from ${MACHINE}/stand, /usr/obj is now
clean from files generated by root during 'make build'. Those will be
cleaned up in a second step.

help, testing & ok deraadt, input from natano, further testing rpe

Revision 1.129 / (download) - annotate - [select for diffs], Thu Oct 6 18:56:17 2016 UTC (7 years, 6 months ago) by natano
Branch: MAIN
Changes since 1.128: +2 -2 lines
Diff to previous 1.128 (colored)

Print the root check error message to stderr. While there add the name
of the target to the message to be more descriptive.

ok deraadt tb

Revision 1.128 / (download) - annotate - [select for diffs], Thu Oct 6 16:22:43 2016 UTC (7 years, 6 months ago) by tb
Branch: MAIN
Changes since 1.127: +6 -6 lines
Diff to previous 1.127 (colored)

Simplify the 'make includes' step in 'make build': move the privdrop
bit up into 'make includes', so the latter benefits from that idiom
as well. Sprinkle a few 'exec' while there.

ok natano

Revision 1.127 / (download) - annotate - [select for diffs], Wed Oct 5 18:00:41 2016 UTC (7 years, 6 months ago) by natano
Branch: MAIN
Changes since 1.126: +14 -5 lines
Diff to previous 1.126 (colored)

De-escalate to an unprivileged users during 'make build' and 'make release'.

- If you start make build as root, everything will be run as root.
  Nothing new here. New is, that you can set BUILDUSER=somebody and the
  unprived parts will be run as somebody.
- If you start make build with sudo, the unprived parts will be run as
  the real user (meaning YOU). You can still set BUILDUSER=somebody and
  the uprived parts will run as somebody.
- If you start make build as a normal user it will error out. "I'm sorry
  Dave."

Note that DESTDIR must be on partition with the noperm flag set for make
release to work correctly as an unprivileged user.

idea and ok deraadt
input and ok tb ratchov millert
rpe, halex and probably others where part of the conversation to make
this happen, thanks!

Revision 1.126 / (download) - annotate - [select for diffs], Tue Oct 4 16:54:31 2016 UTC (7 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.125: +9 -9 lines
Diff to previous 1.125 (colored)

stop supporting SUDO builds.  Something better is coming, so let's
align everyone who is using SUDO builds towards the new strategy.
ok natano

Revision 1.125 / (download) - annotate - [select for diffs], Sun Aug 23 14:22:56 2015 UTC (8 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.124: +2 -2 lines
Diff to previous 1.124 (colored)

must make obj in etc as well; the etc.*/Makefile stubs depend upon it.

Revision 1.124 / (download) - annotate - [select for diffs], Tue Jun 2 06:10:14 2015 UTC (8 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.123: +2 -2 lines
Diff to previous 1.123 (colored)

missing " spotted by Kyle Milz

Revision 1.123 / (download) - annotate - [select for diffs], Tue Aug 26 20:19:25 2014 UTC (9 years, 8 months ago) by rpe
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.122: +2 -1 lines
Diff to previous 1.122 (colored)

Create etc set during 'make build' and embed it in base set to make
it available during a regular install or upgrade so that it doesn't
need to be independently fetched.

Idea, directions and OK deraadt@
Feedback and Ok halex@ and aja@

Revision 1.122 / (download) - annotate - [select for diffs], Wed Jul 9 19:23:28 2014 UTC (9 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.121: +2 -1 lines
Diff to previous 1.121 (colored)

do locatedb as part of the build process
"works for me" deraadt@

Revision 1.121 / (download) - annotate - [select for diffs], Tue Apr 22 10:21:56 2014 UTC (10 years ago) by reyk
Branch: MAIN
Changes since 1.120: +1 -9 lines
Diff to previous 1.120 (colored)

Remove KERBEROS5 from the Makefiles (except ssh for now, where it is
already manually disabled).

ok deraadt@

Revision 1.120 / (download) - annotate - [select for diffs], Tue Jul 23 22:37:02 2013 UTC (10 years, 9 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.119: +2 -1 lines
Diff to previous 1.119 (colored)

enter keberosV/doc to resurrect heimdal.info for real this time
ok deraadt@

Revision 1.119 / (download) - annotate - [select for diffs], Mon Jun 17 19:16:02 2013 UTC (10 years, 10 months ago) by robert
Branch: MAIN
Changes since 1.118: +5 -2 lines
Diff to previous 1.118 (colored)

switch to new kerberosV directory layout

Revision 1.118 / (download) - annotate - [select for diffs], Wed Aug 29 22:10:32 2012 UTC (11 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.117: +1 -3 lines
Diff to previous 1.117 (colored)

remove ancient cruft.
okay deraadt@

Revision 1.117 / (download) - annotate - [select for diffs], Sat Sep 17 16:59:53 2011 UTC (12 years, 7 months ago) by pirofti
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.116: +4 -3 lines
Diff to previous 1.116 (colored)

Document proper cross-tools command to run, specially when working on a
new port.

Okay miod@

Revision 1.116 / (download) - annotate - [select for diffs], Sun Apr 24 22:04:43 2011 UTC (13 years ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.115: +7 -1 lines
Diff to previous 1.115 (colored)

Head off attempts to do 'make build' with DESTDIR set, as it doesn't work

ok sthen@, deraadt@

Revision 1.115 / (download) - annotate - [select for diffs], Tue Mar 23 21:31:02 2010 UTC (14 years, 1 month ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.114: +2 -1 lines
Diff to previous 1.114 (colored)

install mtree always
okay deraadt@

Revision 1.114 / (download) - annotate - [select for diffs], Fri Dec 2 01:17:20 2005 UTC (18 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.113: +2 -2 lines
Diff to previous 1.113 (colored)

do not enter lkm

Revision 1.113 / (download) - annotate - [select for diffs], Fri Sep 16 12:28:34 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.112: +3 -2 lines
Diff to previous 1.112 (colored)

use shell-neutral language (in a comment);

from ray lai;
ok krw@

Revision 1.112 / (download) - annotate - [select for diffs], Sun Jan 9 20:36:20 2005 UTC (19 years, 3 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.111: +12 -282 lines
Diff to previous 1.111 (colored)

move cross-stuff into its own file.
okay mickey@, niklas@

Revision 1.111 / (download) - annotate - [select for diffs], Sun Jan 9 19:35:26 2005 UTC (19 years, 3 months ago) by espie
Branch: MAIN
Changes since 1.110: +3 -1 lines
Diff to previous 1.110 (colored)

Synch with bsd.own.mk: USE_GCC3 is always set now, so we must set it to no
explicitly.

Revision 1.110 / (download) - annotate - [select for diffs], Sun Jan 9 00:14:32 2005 UTC (19 years, 3 months ago) by espie
Branch: MAIN
Changes since 1.109: +2 -1 lines
Diff to previous 1.109 (colored)

i386 is gcc3 for cross too.

Revision 1.109 / (download) - annotate - [select for diffs], Sat Dec 25 16:17:33 2004 UTC (19 years, 4 months ago) by grange
Branch: MAIN
Changes since 1.108: +1 -10 lines
Diff to previous 1.108 (colored)

We don't need cross-{nm,size} anymore, our host tools are good enough.

mickey ok a long time ago.

Revision 1.108 / (download) - annotate - [select for diffs], Tue Nov 30 15:46:01 2004 UTC (19 years, 5 months ago) by mickey
Branch: MAIN
Changes since 1.107: +3 -1 lines
Diff to previous 1.107 (colored)

need to pass MAKEOBJDIR to prereq and includes

Revision 1.107 / (download) - annotate - [select for diffs], Tue Oct 26 05:01:02 2004 UTC (19 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.106: +7 -8 lines
Diff to previous 1.106 (colored)

match cross-binutils-new selection w/ bsd.own.mk and add hppa64 where needed

Revision 1.106 / (download) - annotate - [select for diffs], Thu Oct 21 20:47:29 2004 UTC (19 years, 6 months ago) by grange
Branch: MAIN
Changes since 1.105: +38 -8 lines
Diff to previous 1.105 (colored)

Move the cross glue from the root makefile to the toolchain's,
allowing bulding cross-tools with new binutils and gcc3.

ok drahn@ brad@ espie@

Revision 1.105 / (download) - annotate - [select for diffs], Sat Oct 16 15:28:14 2004 UTC (19 years, 6 months ago) by grange
Branch: MAIN
Changes since 1.104: +2 -3 lines
Diff to previous 1.104 (colored)

cross-nm doesn't need TARGET_MACHINE_ARCH anymore.

ok mickey@

Revision 1.104 / (download) - annotate - [select for diffs], Fri Aug 6 22:30:54 2004 UTC (19 years, 9 months ago) by pefo
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.103: +2 -2 lines
Diff to previous 1.103 (colored)

fix/add sgi

Revision 1.103 / (download) - annotate - [select for diffs], Mon May 3 15:18:18 2004 UTC (20 years ago) by drahn
Branch: MAIN
Changes since 1.102: +3 -4 lines
Diff to previous 1.102 (colored)

Remove OpenBSD/pegaos, this has been announced before but delayed until
the tree was stable. No point in code supporting a company which screws
its employees being in the OpenBSD tree.

Revision 1.102 / (download) - annotate - [select for diffs], Wed Apr 21 15:58:21 2004 UTC (20 years ago) by miod
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored)

Add luna88k related directories and information to the build infrastructure.

ok deraadt@, millert@, krw@ - mdoc ok jmc@

Revision 1.101 / (download) - annotate - [select for diffs], Wed Mar 31 19:13:04 2004 UTC (20 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.100: +10 -12 lines
Diff to previous 1.100 (colored)

repair cross-tools

Revision 1.100 / (download) - annotate - [select for diffs], Fri Feb 27 17:36:11 2004 UTC (20 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.99: +2 -4 lines
Diff to previous 1.99 (colored)

change amd64's MACHINE_ARCH from x86_64 to amd64.  There are many many
reasons for this, quite a few of them technical, and not all of them
in response to Intel's broken ia32e crud.  The gcc toolchain stays at
x86_64 for now.

Revision 1.99 / (download) - annotate - [select for diffs], Sun Feb 1 06:16:50 2004 UTC (20 years, 3 months ago) by brad
Branch: MAIN
Changes since 1.98: +8 -7 lines
Diff to previous 1.98 (colored)

- remove sun3
- use "new" ld/gas/etc. for pegasos with cross-compile
- reorder arch/machine names in alpha order

ok drahn@

Revision 1.98 / (download) - annotate - [select for diffs], Wed Jan 28 02:24:28 2004 UTC (20 years, 3 months ago) by mickey
Branch: MAIN
Changes since 1.97: +5 -3 lines
Diff to previous 1.97 (colored)

amd64 hook ups

Revision 1.97 / (download) - annotate - [select for diffs], Wed Jan 14 23:26:24 2004 UTC (20 years, 3 months ago) by brad
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96 (colored)

add pegasos as a powerpc system for cross-compile target

ok drahn@

Revision 1.96 / (download) - annotate - [select for diffs], Mon Jan 5 01:33:40 2004 UTC (20 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.95: +4 -11 lines
Diff to previous 1.95 (colored)

abcomodate cross for the new nm+size

Revision 1.95 / (download) - annotate - [select for diffs], Sun Dec 14 10:02:57 2003 UTC (20 years, 4 months ago) by matthieu
Branch: MAIN
Changes since 1.94: +1 -12 lines
Diff to previous 1.94 (colored)

Don't go into kerberosV/lib explicitely for now. Nothing to do there.
Ok deraadt@, miod@.

Revision 1.94 / (download) - annotate - [select for diffs], Sun Oct 5 00:18:02 2003 UTC (20 years, 7 months ago) by mickey
Branch: MAIN
Changes since 1.93: +3 -3 lines
Diff to previous 1.93 (colored)

need to escape the quotes in cross-{lib,bin}

Revision 1.93 / (download) - annotate - [select for diffs], Sun Oct 5 00:12:52 2003 UTC (20 years, 7 months ago) by mickey
Branch: MAIN
Changes since 1.92: +5 -5 lines
Diff to previous 1.92 (colored)

need to eval the CROSSENV

Revision 1.92 / (download) - annotate - [select for diffs], Sat May 17 20:58:52 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.91: +1 -5 lines
Diff to previous 1.91 (colored)

Don't build libperl separately in the libs pass, just build it when
we build perl itself.  We need perl to run Configure *after* the
other libraries are installed, since Configure looks at what symbols
exist in libc and the other libs.  If anfd when other things in the tree
link against libperl we may need to revisit this issue.

Revision 1.91 / (download) - annotate - [select for diffs], Wed May 14 08:01:02 2003 UTC (20 years, 11 months ago) by mho
Branch: MAIN
Changes since 1.90: +1 -16 lines
Diff to previous 1.90 (colored)

Remove krb4 support.

Revision 1.90 / (download) - annotate - [select for diffs], Thu Apr 17 03:48:56 2003 UTC (21 years ago) by drahn
Branch: MAIN
Changes since 1.89: +4 -4 lines
Diff to previous 1.89 (colored)

Add i386 to list of archs which use binutils.

Revision 1.89 / (download) - annotate - [select for diffs], Sun Jan 5 22:52:19 2003 UTC (21 years, 4 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.88: +7 -7 lines
Diff to previous 1.88 (colored)

enquote flags and opts in cross-env; reported by david krause

Revision 1.88 / (download) - annotate - [select for diffs], Tue Sep 17 16:19:49 2002 UTC (21 years, 7 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.87: +4 -3 lines
Diff to previous 1.87 (colored)

Prevent the a.out cross-ld from building rtld too early in the build.

Revision 1.87 / (download) - annotate - [select for diffs], Fri Aug 16 02:04:58 2002 UTC (21 years, 8 months ago) by wcobb
Branch: MAIN
Changes since 1.86: +138 -121 lines
Diff to previous 1.86 (colored)

- add cross-distrib target to cross-compile the world (except gnu)
- add cross-obj, cross-depend, cross-clean and cross-cleandir targets
- add dependencies between the cross-tools targets
- simplify cross-binutils
- build a cross c++ compiler
- use distribution-etc-root-var in etc for preparing ${CROSSDIR}

ok art@, miod@

Revision 1.86 / (download) - annotate - [select for diffs], Sun Aug 11 22:48:05 2002 UTC (21 years, 8 months ago) by art
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored)

Let cross-sparc use new bintuils.

Revision 1.85 / (download) - annotate - [select for diffs], Sun Jun 9 05:52:06 2002 UTC (21 years, 11 months ago) by todd
Branch: MAIN
Changes since 1.84: +5 -5 lines
Diff to previous 1.84 (colored)

knf

Revision 1.84 / (download) - annotate - [select for diffs], Wed May 15 15:55:01 2002 UTC (21 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored)

install cross-links for objdumpc,objcopy,strings

Revision 1.83 / (download) - annotate - [select for diffs], Fri Feb 22 23:31:11 2002 UTC (22 years, 2 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

Change the regression-tests target to do depend before running regress.

Revision 1.82 / (download) - annotate - [select for diffs], Thu Jan 3 02:19:20 2002 UTC (22 years, 4 months ago) by art
Branch: MAIN
Changes since 1.81: +2 -6 lines
Diff to previous 1.81 (colored)

Only go into regress on "obj", "clean" and "cleandir".

Revision 1.81 / (download) - annotate - [select for diffs], Tue Sep 25 10:26:39 2001 UTC (22 years, 7 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.80: +1 -2 lines
Diff to previous 1.80 (colored)

a bit too soon.

Revision 1.80 / (download) - annotate - [select for diffs], Tue Sep 25 09:43:22 2001 UTC (22 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.79: +2 -1 lines
Diff to previous 1.79 (colored)

link gnu files in.

Revision 1.79 / (download) - annotate - [select for diffs], Mon Sep 17 01:18:34 2001 UTC (22 years, 7 months ago) by art
Branch: MAIN
Changes since 1.78: +31 -23 lines
Diff to previous 1.78 (colored)

This change (and a little change for alpha gcc config) allowed me to build
cross tools and kernels with those cross tools on all archs except mvme88k
and hppa.

1. Pass MACHINE_ARCH, not MACHINE to TARGET_MACHINE_ARCH when building old
   binutils.
2. Instead of using the "intelligent" cpp voodoo to find out MACHINE_ARCH
   from MACHINE (which has never worked correctly for sparc, 68k and
   recently it broke for powerpc), we have a table of machine->machine_arch
   translations. It's easier to modify one table once per arch instead of
   juggling for a few hours every time some include files change.
3. Remove some sparc64 cruft.
4. Set MACHINE and MACHINE_ARCH in cross-env, otherwise the kernel will
   try to build libkern for the host.

Please note that this doesn't allow you to do complete builds. I haven't
even tested cross-lib. Only kernel builds have been tested.

Revision 1.78 / (download) - annotate - [select for diffs], Fri Sep 14 06:03:11 2001 UTC (22 years, 7 months ago) by fgsch
Branch: MAIN
Changes since 1.77: +12 -13 lines
Diff to previous 1.77 (colored)

Cross-tools changes:

o Enable c++.
o Add missing lib/apache/xml/include directory.
o Use lorder from /usr/bin.

art@, mickey@ ok.

Revision 1.77 / (download) - annotate - [select for diffs], Fri Sep 7 19:35:37 2001 UTC (22 years, 8 months ago) by mickey
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored)

put quotes on CFLAGS in binutils-new

Revision 1.76 / (download) - annotate - [select for diffs], Fri Sep 7 19:29:49 2001 UTC (22 years, 8 months ago) by mickey
Branch: MAIN
Changes since 1.75: +8 -8 lines
Diff to previous 1.75 (colored)

don't forget to make depend for croos-binutils-old sub-targets, dunno how it got broken but let's blame art since he commits into cross-tools all by himself all the time and breaks it

Revision 1.75 / (download) - annotate - [select for diffs], Mon Sep 3 16:26:02 2001 UTC (22 years, 8 months ago) by art
Branch: MAIN
Changes since 1.74: +5 -2 lines
Diff to previous 1.74 (colored)

new target: cross-env that prints all environment variables that
need to be set for cross building:
cd /usr/src/sbin/init
make `cd /usr/src ; make TARGET=sparc64 cross-env`

Also, xcpp was wrong, cccp is wrong, cpp is probably better.

Revision 1.74 / (download) - annotate - [select for diffs], Sat Sep 1 16:03:18 2001 UTC (22 years, 8 months ago) by drahn
Branch: MAIN
Changes since 1.73: +3 -3 lines
Diff to previous 1.73 (colored)

powerpc -> macppc rename changes

Revision 1.73 / (download) - annotate - [select for diffs], Fri Aug 31 14:13:50 2001 UTC (22 years, 8 months ago) by art
Branch: MAIN
Changes since 1.72: +14 -6 lines
Diff to previous 1.72 (colored)

Use more brute force when making links for binutils.
We simply make sure that there always is a TARGET_CANON-X and an X
regardless of which one is the regular file and which one is the symlink.

(this is for cross-tools)

Revision 1.72 / (download) - annotate - [select for diffs], Fri Aug 31 13:49:17 2001 UTC (22 years, 8 months ago) by art
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71 (colored)

cccp, not xcpp

Revision 1.71 / (download) - annotate - [select for diffs], Fri Aug 31 12:47:57 2001 UTC (22 years, 8 months ago) by brad
Branch: MAIN
Changes since 1.70: +2 -3 lines
Diff to previous 1.70 (colored)

more leftover arc/pmax stuff
--
Ok'd by art@

Revision 1.70 / (download) - annotate - [select for diffs], Fri Aug 31 10:54:59 2001 UTC (22 years, 8 months ago) by art
Branch: MAIN
Changes since 1.69: +9 -3 lines
Diff to previous 1.69 (colored)

Magic to make sparc64 cross-tools not bomb in the first 5 minutes
of building cross-tools.

Revision 1.69 / (download) - annotate - [select for diffs], Tue Jun 26 18:00:16 2001 UTC (22 years, 10 months ago) by brad
Branch: MAIN
Changes since 1.68: +2 -12 lines
Diff to previous 1.68 (colored)

bye bye MIPS related bits and pieces.
--
Ok'd by deraadt@

Revision 1.68 / (download) - annotate - [select for diffs], Tue Jun 26 15:33:28 2001 UTC (22 years, 10 months ago) by hin
Branch: MAIN
Changes since 1.67: +22 -1 lines
Diff to previous 1.67 (colored)

Build kerberosV when enabled.

Revision 1.67 / (download) - annotate - [select for diffs], Sun Jun 24 23:31:07 2001 UTC (22 years, 10 months ago) by niklas
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

yet another old M: missing SUDO i includes target

Revision 1.66 / (download) - annotate - [select for diffs], Mon May 14 12:34:26 2001 UTC (22 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.65: +17 -21 lines
Diff to previous 1.65 (colored)

Speed-up:
- remove extra subshells;
- use exec on terminal commands, avoiding dangling shells that don't
control anything.

More correct:
- use && some more;
- remove `-' in front of includes, so that failures WILL fail...

Okay millert@, deraadt@

Revision 1.65 / (download) - annotate - [select for diffs], Wed Mar 28 22:52:22 2001 UTC (23 years, 1 month ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

unbreak broken cross-binutils-new target (missing ')' )

Revision 1.64 / (download) - annotate - [select for diffs], Sat Jan 27 01:59:43 2001 UTC (23 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.63: +4 -5 lines
Diff to previous 1.63 (colored)

Fix cross-tools symlinks for old toolchain too

Revision 1.63 / (download) - annotate - [select for diffs], Sat Jan 27 00:58:23 2001 UTC (23 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.62: +30 -22 lines
Diff to previous 1.62 (colored)

Improve the cross-tools targets so that it now can at least finish
pmax libs.  I have yet to test that they actually work though.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Jan 17 20:14:04 2001 UTC (23 years, 3 months ago) by mickey
Branch: MAIN
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored)

at least cross-gcc was broken, can't test cross-binutils, but i bet they are broken too

Revision 1.61 / (download) - annotate - [select for diffs], Mon Jan 15 23:12:00 2001 UTC (23 years, 3 months ago) by art
Branch: MAIN
Changes since 1.60: +4 -28 lines
Diff to previous 1.60 (colored)

Random fixes for cross builds. (especiaslly new binutils)

Revision 1.60 / (download) - annotate - [select for diffs], Sat Dec 30 06:45:52 2000 UTC (23 years, 4 months ago) by angelos
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

Truncate the autoconf cache, rather than outright deleting it (PR 1488)

Revision 1.59 / (download) - annotate - [select for diffs], Tue Dec 12 18:37:12 2000 UTC (23 years, 4 months ago) by art
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored)

Fix cross-binutils-new.
Pass the same --disable-foo flags as we do in gnu/usr.bin/binutils
This allows me to build alpha -> alpha binutils (Don't ask).

Revision 1.58 / (download) - annotate - [select for diffs], Sun Sep 3 18:41:11 2000 UTC (23 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.57: +4 -4 lines
Diff to previous 1.57 (colored)

Boring...  Add :L modifier to all tweakable variables tests.

Closes PR 1246

Revision 1.57 / (download) - annotate - [select for diffs], Tue Aug 1 15:56:38 2000 UTC (23 years, 9 months ago) by millert
Branch: MAIN
Changes since 1.56: +4 -4 lines
Diff to previous 1.56 (colored)

Only install man pages once.  Previously, they would be installed
during the lib install stage too.

Revision 1.56 / (download) - annotate - [select for diffs], Fri Apr 21 00:10:40 2000 UTC (24 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.55: +1 -2 lines
Diff to previous 1.55 (colored)

Don't need to explicitly make perl's config.sh, the beforedepend target
will do that.

Revision 1.55 / (download) - annotate - [select for diffs], Sun Apr 9 07:48:14 2000 UTC (24 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

using just ldconfig is a bad idea, use -R

Revision 1.54 / (download) - annotate - [select for diffs], Fri Mar 10 22:05:49 2000 UTC (24 years, 1 month ago) by niklas
Branch: MAIN
Changes since 1.53: +5 -7 lines
Diff to previous 1.53 (colored)

A more normal way of building kerberos, faster, and it works with SUDO

Revision 1.53 / (download) - annotate - [select for diffs], Wed Mar 1 03:56:41 2000 UTC (24 years, 2 months ago) by todd
Branch: MAIN
Changes since 1.52: +1 -2 lines
Diff to previous 1.52 (colored)

rm dup

Revision 1.52 / (download) - annotate - [select for diffs], Wed Dec 22 21:25:24 1999 UTC (24 years, 4 months ago) by mickey
Branch: MAIN
Changes since 1.51: +6 -5 lines
Diff to previous 1.51 (colored)

repair a few breakages in cross-tools caused by switch to egcs and new lorder

Revision 1.51 / (download) - annotate - [select for diffs], Fri Nov 26 00:32:11 1999 UTC (24 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.50: +6 -1 lines
Diff to previous 1.50 (colored)

Build libperl with the other libs

Revision 1.50 / (download) - annotate - [select for diffs], Mon Sep 27 04:04:52 1999 UTC (24 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

I mean, I hate that prereq *garbage*. but then you guys had to break
make includes, too, by not fixing it.  Gee, thanks.

Revision 1.49 / (download) - annotate - [select for diffs], Tue Mar 2 21:47:32 1999 UTC (25 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

Provide a method to do prerequisites needed before
installation of includes can happen.  Do these before and not run via ${SUDO}.

Revision 1.48 / (download) - annotate - [select for diffs], Tue Feb 2 08:53:32 1999 UTC (25 years, 3 months ago) by imp
Branch: MAIN
Changes since 1.47: +41 -42 lines
Diff to previous 1.47 (colored)



Don't do two ldconfigs on mips if we're not building kerberos.
Many cross-tools cleanups:
o remove mkdirs from the front of each of the rules, but instead have them
  depend on new target cross-dirs, which makes all the directories
o Add new target, cross-dirs, to create the directories and symlinks.  Before
  the symlinks in /usr/cross/$TARGET/blah-unknown-openbsd2.4 were
  never right.
o KLUDGE for arc/pmax.  MACHINE_ARCH is mips for these machines, but they
  differ from other machines in that they use mipsel-unknown-openbsd
  for their gnu config string (failure to have the el causes big endian tools
  to be built).

These fixes allow me to build a usable toolchain and libraries for
OpenBSD/arc on FreeBSD/i386 (with a few fixes to FreeBSD as well).  I
can also build a bootable kernel on the FreeBSD box.

I'd like to add a cross-build target shortly that will build
cross-tools, then will build and install stuff in DESTDIR with the
cross tools living in ${DESTDIR}/usr/cross/${TARGET}.

Revision 1.47 / (download) - annotate - [select for diffs], Tue Feb 2 02:36:35 1999 UTC (25 years, 3 months ago) by imp
Branch: MAIN
Changes since 1.46: +6 -3 lines
Diff to previous 1.46 (colored)



Make cross targets more robust:
o Don't build kerberos if KERBEROS==no
o Use the lorder in the target tree, rather than relying on the
  system's lorder to do the right thing in a cross build environment.

Revision 1.46 / (download) - annotate - [select for diffs], Sun Jan 24 16:40:42 1999 UTC (25 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.45: +19 -1 lines
Diff to previous 1.45 (colored)

make depend stuff in cross-*.
Also build the kerberos libs for the cross environment

Revision 1.45 / (download) - annotate - [select for diffs], Sun Jan 24 16:08:37 1999 UTC (25 years, 3 months ago) by art
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

pass SUDO to make build in kerberosIV. From: jakob@crt.se

Revision 1.44 / (download) - annotate - [select for diffs], Fri Jan 8 00:26:59 1999 UTC (25 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.43: +1 -6 lines
Diff to previous 1.43 (colored)

kill local change that should not have gotten committed in last change

Revision 1.43 / (download) - annotate - [select for diffs], Thu Jan 7 04:57:13 1999 UTC (25 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.42: +7 -2 lines
Diff to previous 1.42 (colored)

make cleandir needs to run run as well; marc@snafu.org

Revision 1.42 / (download) - annotate - [select for diffs], Fri Oct 30 18:39:52 1998 UTC (25 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

set DESTDIR to be empty, not '/' when doing 'make distrib-dirs' so we don't get /etc/foo, not //etc/foo

Revision 1.41 / (download) - annotate - [select for diffs], Wed Sep 30 13:27:28 1998 UTC (25 years, 7 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.40: +7 -3 lines
Diff to previous 1.40 (colored)

add a note about building kernel before "make build"

Revision 1.40 / (download) - annotate - [select for diffs], Mon Sep 7 00:47:11 1998 UTC (25 years, 8 months ago) by niklas
Branch: MAIN
Changes since 1.39: +8 -6 lines
Diff to previous 1.39 (colored)

Optionally use make SUDO=sudo build to build as non-root

Revision 1.39 / (download) - annotate - [select for diffs], Fri Aug 28 22:46:02 1998 UTC (25 years, 8 months ago) by mickey
Branch: MAIN
Changes since 1.38: +7 -6 lines
Diff to previous 1.38 (colored)

fix cross-lib install

Revision 1.38 / (download) - annotate - [select for diffs], Mon May 18 18:29:07 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.37: +8 -1 lines
Diff to previous 1.37 (colored)

insert a note about the cross-tools target

Revision 1.37 / (download) - annotate - [select for diffs], Mon May 18 17:40:00 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.36: +8 -0 lines
Diff to previous 1.36 (colored)

more links for binutils-new; hmm shouldn't this be single commit w/ the prev one?

Revision 1.36 / (download) - annotate - [select for diffs], Mon May 18 17:37:04 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.35: +12 -12 lines
Diff to previous 1.35 (colored)

use .CURDIR-relative paths navigating within source tree.
that is, instead of 'cd lib' use 'cd ${.CURDIR}/lib'.
PS: what about strings and gdb for cross-binutils-old?
    those guys are present in the '-new target.

Revision 1.35 / (download) - annotate - [select for diffs], Mon May 18 14:24:42 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.34: +17 -1 lines
Diff to previous 1.34 (colored)

setup links for new binutils in an old binutils cosistant way

Revision 1.34 / (download) - annotate - [select for diffs], Sun May 17 07:37:08 1998 UTC (25 years, 11 months ago) by niklas
Branch: MAIN
Changes since 1.33: +4 -3 lines
Diff to previous 1.33 (colored)

Revert to 1.32, in the future CROSSENV will be used with different
MAKEOBJDIR values

Revision 1.33 / (download) - annotate - [select for diffs], Sun May 17 06:32:07 1998 UTC (25 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.32: +4 -5 lines
Diff to previous 1.32 (colored)

include MAKEOBJDIR definition into CROSSENV

Revision 1.32 / (download) - annotate - [select for diffs], Sat May 16 20:56:52 1998 UTC (25 years, 11 months ago) by niklas
Branch: MAIN
Changes since 1.31: +57 -32 lines
Diff to previous 1.31 (colored)

cross-tools cleanup + build the libs too

Revision 1.31 / (download) - annotate - [select for diffs], Thu May 14 21:43:02 1998 UTC (25 years, 11 months ago) by niklas
Branch: MAIN
Changes since 1.30: +11 -1 lines
Diff to previous 1.30 (colored)

cross-gcc improvement, install cc link, and a nice cpp

Revision 1.30 / (download) - annotate - [select for diffs], Mon May 11 20:34:54 1998 UTC (25 years, 11 months ago) by niklas
Branch: MAIN
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

Build nm ok for cross-envs

Revision 1.29 / (download) - annotate - [select for diffs], Mon May 11 07:43:12 1998 UTC (26 years ago) by niklas
Branch: MAIN
Changes since 1.28: +62 -3 lines
Diff to previous 1.28 (colored)

Add a bunch of cross-a.out targets

Revision 1.28 / (download) - annotate - [select for diffs], Mon May 4 21:28:18 1998 UTC (26 years ago) by mickey
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

use binutils for hppa

Revision 1.27 / (download) - annotate - [select for diffs], Sat Apr 25 06:42:44 1998 UTC (26 years ago) by niklas
Branch: MAIN
Changes since 1.26: +48 -2 lines
Diff to previous 1.26 (colored)

Improved cross-compilation targets, still need work

Revision 1.26 / (download) - annotate - [select for diffs], Wed Mar 18 15:51:04 1998 UTC (26 years, 1 month ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.25: +4 -3 lines
Diff to previous 1.25 (colored)

cross-gcc: make things work, finally

Revision 1.25 / (download) - annotate - [select for diffs], Tue Mar 17 18:10:53 1998 UTC (26 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.24: +5 -4 lines
Diff to previous 1.24 (colored)

cross-tools: use /bin/sh to run configure, add -I for mips-*

Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 15 20:56:40 1998 UTC (26 years, 2 months ago) by niklas
Branch: MAIN
Changes since 1.23: +15 -1 lines
Diff to previous 1.23 (colored)

A new rule cross-gas for building an a.out cross assembler, i.e. *not* from
the new binutils, but from the old gnu/usr.bin/gas sources.  Not yet called
from cross-tools for any architectures.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Dec 9 19:45:29 1997 UTC (26 years, 5 months ago) by niklas
Branch: MAIN
Changes since 1.22: +4 -1 lines
Diff to previous 1.22 (colored)

on mips systems, ldconfig after kerberos too as new libs get installed

Revision 1.22 / (download) - annotate - [select for diffs], Sun Sep 21 11:46:58 1997 UTC (26 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (colored)

$OpenBSD$

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 6 09:40:10 1997 UTC (26 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.20: +5 -1 lines
Diff to previous 1.20 (colored)

attempt to clean/cleandir/obj in distrib

Revision 1.20 / (download) - annotate - [select for diffs], Tue Jul 29 04:07:35 1997 UTC (26 years, 9 months ago) by kstailey
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

add braces to variable

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jul 29 03:37:03 1997 UTC (26 years, 9 months ago) by kstailey
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Changed the rules.
The variable is now GLOBAL_AUTOCONF_CACHE.  You must set it to the name
of the cache file to use.  Ether "setenv GLOBAL_AUTOCONF_CACHE /var/tmp/foo"
or add it to /etc/mk.conf

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jul 29 03:18:39 1997 UTC (26 years, 9 months ago) by kstailey
Branch: MAIN
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored)

remove global cache at start of "make build" if GLOBAL_CACHE option is in effect

Revision 1.17 / (download) - annotate - [select for diffs], Sat Apr 19 21:26:09 1997 UTC (27 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Same change doen for SKEY, YP, and KERBEROS5.  This allows
people to override those setting in /etc/mk.conf.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 18 06:47:08 1997 UTC (27 years ago) by deraadt
Branch: MAIN
Changes since 1.15: +21 -3 lines
Diff to previous 1.15 (colored)

doc recommended build process somewhat

Revision 1.15 / (download) - annotate - [select for diffs], Fri Feb 28 23:22:07 1997 UTC (27 years, 2 months ago) by niklas
Branch: MAIN
Changes since 1.14: +53 -1 lines
Diff to previous 1.14 (colored)

First stab at a target for making cross-development tools:
try "make TARGET=machine cross-tools" and you should get a little
hierarchy in /usr/cross/<machine>.  This is probably not in its final
shape yet ;-)

Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 27 20:57:52 1997 UTC (27 years, 2 months ago) by briggs
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

We don't need this in /usr/src/Makefile.  Call me a prude, if you like.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 13 15:45:58 1996 UTC (27 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.12: +4 -1 lines
Diff to previous 1.12 (colored)

ldconfig hack for the mips

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 2 10:44:55 1996 UTC (27 years, 11 months ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.11: +1 -4 lines
Diff to previous 1.11 (colored)

Don't install kerberosIV headers twice when doing "make build"

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 2 07:22:46 1996 UTC (27 years, 11 months ago) by tholo
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

kerberosIV now understand "includes" target too

Revision 1.10 / (download) - annotate - [select for diffs], Sat May 18 05:37:48 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +4 -1 lines
Diff to previous 1.9 (colored)

allow "make includes" to work from here too

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 14 19:10:34 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8 (colored)

when making distributions, make sure the include directory gets filled

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 6 21:44:03 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

hard-code the include installation path (mostly for speed)

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 6 20:31:44 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.6: +7 -7 lines
Diff to previous 1.6 (colored)

use beforeinstall; includes walks the tree

Revision 1.6 / (download) - annotate - [select for diffs], Tue Apr 23 09:47:22 1996 UTC (28 years ago) by mickey
Branch: MAIN
Changes since 1.5: +11 -2 lines
Diff to previous 1.5 (colored)

sync w/ NetBSD 960418.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 2 21:04:11 1996 UTC (28 years, 2 months ago) by tholo
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

Build lkm directory by default

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 28 19:42:34 1996 UTC (28 years, 3 months ago) by tholo
Branch: MAIN
Changes since 1.3: +6 -2 lines
Diff to previous 1.3 (colored)

Do not build KerberosIV if Kerberos has been disabled in <bsd.own.mk>

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 17 05:53:11 1995 UTC (28 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +0 -11 lines
Diff to previous 1.2 (colored)

domestic goes away, kerberosIV always exists

Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 16 21:10:33 1995 UTC (28 years, 4 months ago) by tholo
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

Add support for building kerberosIV

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:37:01 1995 UTC (28 years, 6 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:37:01 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.