OpenBSD CVS

CVS log for src/share/mk/bsd.obj.mk


[BACK] Up to [local] / src / share / mk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Tue Jan 24 03:22:13 2017 UTC (7 years, 3 months ago) by tb
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, 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, OPENBSD_6_1_BASE, OPENBSD_6_1, HEAD
Changes since 1.18: +8 -9 lines
Diff to previous 1.18 (colored)

Modernize and unify test idioms for the sake of readability and
consistency. Done jointly with rpe.

ok deraadt, phessler, rpe;
also looks good to guenther despite a slight change in semantics

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 24 02:56:50 2017 UTC (7 years, 3 months ago) by tb
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Zap a "true ;" that is there for no good reason.

discussed with ajacoutot

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 21 06:55:52 2017 UTC (7 years, 3 months ago) by tb
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Only do chown :wobj when this command will succeed. Allows using
bsd.prog.mk outside /usr/src by users not belonging to group wobj.

Requested by many after a report by Sebastien Marie.
ok deraadt

Revision 1.16 / (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.15: +15 -9 lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Thu Oct 6 15:34:18 2016 UTC (7 years, 7 months ago) by natano
Branch: MAIN
Changes since 1.14: +16 -3 lines
Diff to previous 1.14 (colored)

Use BUILDUSER as the owner of new links/directories created in 'make obj'
when started as root.

diff by millert with tweaks by me
ok tb deraadt

Revision 1.14 / (download) - annotate - [select for diffs], Fri Nov 22 15:43:18 2013 UTC (10 years, 5 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.13: +8 -26 lines
Diff to previous 1.13 (colored)

remove unused goo, okay guenther@

Revision 1.13 / (download) - annotate - [select for diffs], Tue May 1 08:31:13 2007 UTC (17 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, 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
Changes since 1.12: +8 -4 lines
Diff to previous 1.12 (colored)

warn if base obj directory does not exist.
okay deraadt@

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 28 17:09:33 2003 UTC (20 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.11: +18 -16 lines
Diff to previous 1.11 (colored)

indent tests for readability.

actually declare a _SUBDIRUSE target.
(this allows one  to just include bsd.obj.mk if bsd.subdir.mk is not actually
needed, or to include bsd.obj.mk and bsd.subdir.mk in any order)

okay millert@

Revision 1.11 / (download) - annotate - [select for diffs], Fri Aug 22 14:52:11 1997 UTC (26 years, 9 months ago) by flipk
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

"ln -s" becomes "ln -sf"

Revision 1.10 / (download) - annotate - [select for diffs], Sat Jun 28 05:08:28 1997 UTC (26 years, 10 months ago) by grr
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

been discussed several times with no real objection, do it

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 12 15:22:38 1997 UTC (26 years, 11 months ago) by kstailey
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

goodbye perl

Revision 1.8 / (download) - annotate - [select for diffs], Sat May 3 11:32:46 1997 UTC (27 years ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Workaround bug in some shells, esp. the one shipped in 2.0.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 27 15:47:49 1997 UTC (27 years ago) by niklas
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

Allow BSDSRCDIR to point to a symlink.  This means /usr/src can be a symlink
without having to explicitly set BSDSRCDIR

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 10 10:39:39 1997 UTC (27 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.5: +7 -3 lines
Diff to previous 1.5 (colored)

if generating obj@ links, check if the existing obj@ link points to the
same path we want to make it point to later.  If it does, leave the link
as-is and do not attempt to recreate it.  read-only /usr/src with obj@
links will work much better with this.  Fix from Niklas -- anyone who
figures out a way to do this without using perl gets a cookie.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 23 22:42:41 1996 UTC (27 years, 8 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.4: +10 -4 lines
Diff to previous 1.4 (colored)

OK this time for real: Support MAKEOBJDIR, and force the obj rule.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Aug 23 17:45:10 1996 UTC (27 years, 8 months ago) by niklas
Branch: MAIN
Changes since 1.3: +0 -0 lines
Diff to previous 1.3 (colored)

Support MAKEOBJDIR.  Change "obj" rule to be forced.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 22 01:28:34 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

sync with netbsd 960418

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 5 11:12:53 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Labeling style changed ($OpenBSD$).
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:44:46 1995 UTC (28 years, 7 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:44:46 1995 UTC (28 years, 7 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.