OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Sat Oct 8 09:43:46 2016 UTC (7 years, 7 months ago) by schwarze
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.21: +8 -2 lines
Diff to previous 1.21 (colored)

Do not let "make all" run the tests in the subdirectories twice
if a Makefile using <bsd.regress.mk> defines both SUBDIR and
REGRESS_TARGETS.
This helps for example src/regress/usr.bin/ssh/.
Same for "make cleandir", don't run "make clean" twice in SUBDIR.
OK bluhm@, and no opposition when shown on tech@.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 8 21:59:48 2015 UTC (9 years, 2 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
Changes since 1.20: +7 -7 lines
Diff to previous 1.20 (colored)

use new "make -C" to avoid extra shells.
okay millert@ miod@

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jan 16 01:58:17 2015 UTC (9 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Delete the MANLINT variable and the related SUFFIXES rules because
since yesterday, "mandoc -Tlint -Wfatal" can no longer fail.
Instead, as suggested by deraadt@, provide a manlint target
that is *not* run during make build, but can be run
whenever you want to check syntax of manuals.
"nice stuff" deraadt@

Revision 1.19 / (download) - annotate - [select for diffs], Mon Oct 15 11:14:38 2012 UTC (11 years, 7 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

old stuff:
- moved to realdepend with success, finish the old subdirdepend.
- .LIBS: doesn't mean anything any more, and it had broken semantics
when it meant something anyways.

okay millert@

Revision 1.18 / (download) - annotate - [select for diffs], Sat Aug 18 10:36:51 2012 UTC (11 years, 9 months ago) by espie
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

allow other targets to work like install -> realinstall
(to be used in xenocara for build)

okay matthieu@

Revision 1.17 / (download) - annotate - [select for diffs], Sun Apr 8 15:56:28 2012 UTC (12 years, 1 month ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

unhook lint from the tree.  The parser is incomplete and difficult
to fix and there are several alternatives that don't tell quite so many
dangerous lies.

enthusiastic agreement from a bunch of people

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 23 20:30:20 2009 UTC (14 years, 7 months ago) by matthieu
Branch: MAIN
CVS Tags: 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
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

use "exec ${MAKE} ..." instead of "${MAKE} ..." for recursion.
This saves a few processes. ok miod@.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 3 15:14:32 2007 UTC (16 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: 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
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

unmess make depend: make sure stuff is built in the correct order.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 5 10:39:50 2005 UTC (19 years, 3 months ago) by espie
Branch: MAIN
CVS Tags: 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, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

introduce explicit MAKE_FLAGS variable, which has no surprising behavior
dependent on make, and fixes the regress problem reported by David Krause.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jan 19 18:01:51 2005 UTC (19 years, 4 months ago) by espie
Branch: MAIN
Changes since 1.12: +13 -42 lines
Diff to previous 1.12 (colored)

zap redundant MAKEFLAGS, put common code in a loop, indent.
okay hshoexer.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 18 23:44:51 2004 UTC (20 years, 4 months ago) by marc
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)


don't include bsd.own.mk a second time
'I don't see the harm in that --millert@'

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 22 23:54:08 2002 UTC (22 years, 2 months ago) by art
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
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored)

If there is no regress target provide one with _SUBDIRUSE.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 1 09:18:06 1998 UTC (26 years, 2 months ago) by niklas
Branch: MAIN
CVS Tags: 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
Changes since 1.9: +22 -5 lines
Diff to previous 1.9 (colored)

Add Benedikt Stockebrand <benedikt@devnull.ruhr.de>'s SKIPDIR handling
It actually has proven useful for developer work when in-transit changes
of tools breaks certain parts of the system.  We do not recommend it on a
regular basis though, as having customized setups make bug handling
more troublesome

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 2 23:58:34 1997 UTC (26 years, 11 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

do MAKEFLAGS better

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jun 2 23:38:07 1997 UTC (26 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

propagate MAKEFLAGS

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 22 01:28:37 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.6: +6 -2 lines
Diff to previous 1.6 (colored)

sync with netbsd 960418

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 16 05:32:40 1996 UTC (28 years, 2 months ago) by etheisen
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Workaround for testing of Makefile.bsd-wrapper encountered while porting
libg++.

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

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

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 25 19:02:36 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README.
All the rest changed to be $OpenBSD$.
Dedicated to Suzi Quatro (she must be alive still, so best wishes to here).

Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 19 12:14:29 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +9 -7 lines
Diff to previous 1.2 (colored)

check for Makefile.bsd-wrapper in the correct directory

Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 18 23:45:23 1995 UTC (28 years, 5 months ago) by niklas
Branch: MAIN
Changes since 1.1: +9 -3 lines
Diff to previous 1.1 (colored)

Added support for using a special makefile: Makefile.bsd-wrapper when
available.  This will help having imported software in the tree
without needing to munge the standard Makefile.

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