Deleted Added
full compact
bsd.symver.mk (169089) bsd.symver.mk (169524)
1# $FreeBSD: head/share/mk/bsd.symver.mk 169089 2007-04-29 14:00:58Z deischen $
1# $FreeBSD: head/share/mk/bsd.symver.mk 169524 2007-05-13 14:12:40Z deischen $
2
3.if !target(__<bsd.symver.mk>__)
4__<bsd.symver.mk>__:
5
6.include <bsd.init.mk>
7
8# Generate the version map given the version definitions
9# and symbol maps.
2
3.if !target(__<bsd.symver.mk>__)
4__<bsd.symver.mk>__:
5
6.include <bsd.init.mk>
7
8# Generate the version map given the version definitions
9# and symbol maps.
10.if !empty(VERSION_DEF) && !empty(SYMBOL_MAPS)
10.if (${MK_SYMVER} == "yes") && !empty(VERSION_DEF) && !empty(SYMBOL_MAPS)
11# Find the awk script that generates the version map.
12VERSION_GEN?= version_gen.awk
13VERSION_MAP?= Version.map
14
15CLEANFILES+= ${VERSION_MAP}
16
17# Compute the make's -m path.
18_mpath=

--- 26 unchanged lines hidden ---
11# Find the awk script that generates the version map.
12VERSION_GEN?= version_gen.awk
13VERSION_MAP?= Version.map
14
15CLEANFILES+= ${VERSION_MAP}
16
17# Compute the make's -m path.
18_mpath=

--- 26 unchanged lines hidden ---