Searched refs:CD_RELEASE (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/cdrom/
H A D5.0.1.conf5 CD_RELEASE= 5.0.1
H A Dexample.conf19 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
22 CD_RELEASE= 1.6
30 VOLID.${image}= NetBSD ${CD_RELEASE} CD ${image:S/^cd//}
H A D4.0.1.conf7 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
10 CD_RELEASE= 4.0.1
14 # ${CD_RELEASE} but can be overridden in the environment.
16 ISO_RELEASE?= ${CD_RELEASE}
99 VOLID.${image}= NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
H A D5.0.conf7 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
10 CD_RELEASE?= 5.0 # conf files for patch releases will include this
14 # ${CD_RELEASE} but can be overridden in the environment.
16 ISO_RELEASE?= ${CD_RELEASE}
97 VOLID.${image}= NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
H A D1.6.1.conf25 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
28 CD_RELEASE= 1.6.1
36 VOLID.${image}= NetBSD ${CD_RELEASE} CD ${image:S/^cd//}
H A D1.6.2.conf25 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
28 CD_RELEASE= 1.6.2
36 VOLID.${image}= NetBSD ${CD_RELEASE} CD ${image:S/^cd//}
H A D2.0.conf28 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
31 CD_RELEASE= 2.0
39 VOLID.${image}= NetBSD ${CD_RELEASE} CD ${image:S/^cd//}
H A D2.1.conf28 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
31 CD_RELEASE= 2.1
39 VOLID.${image}= NetBSD ${CD_RELEASE} CD ${image:S/^cd//}
H A D3.0.1.conf7 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
10 CD_RELEASE= 3.0.1
14 # ${CD_RELEASE} but can be overridden in the environment.
16 ISO_RELEASE?= ${CD_RELEASE}
93 VOLID.${image}= NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
H A D3.0.2.conf7 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
10 CD_RELEASE= 3.0.2
14 # ${CD_RELEASE} but can be overridden in the environment.
16 ISO_RELEASE?= ${CD_RELEASE}
99 VOLID.${image}= NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
H A D3.0.3.conf7 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
10 CD_RELEASE= 3.0.3
14 # ${CD_RELEASE} but can be overridden in the environment.
16 ISO_RELEASE?= ${CD_RELEASE}
99 VOLID.${image}= NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
H A D3.0.conf7 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
10 CD_RELEASE= 3.0
14 # ${CD_RELEASE} but can be overridden in the environment.
16 ISO_RELEASE?= ${CD_RELEASE}
93 VOLID.${image}= NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
H A D3.1.1.conf7 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
10 CD_RELEASE= 3.1.1
14 # ${CD_RELEASE} but can be overridden in the environment.
16 ISO_RELEASE?= ${CD_RELEASE}
99 VOLID.${image}= NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
H A D3.1.conf7 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
10 CD_RELEASE= 3.1
14 # ${CD_RELEASE} but can be overridden in the environment.
16 ISO_RELEASE?= ${CD_RELEASE}
99 VOLID.${image}= NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
H A D4.0.conf7 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
10 CD_RELEASE= 4.0
14 # ${CD_RELEASE} but can be overridden in the environment.
16 ISO_RELEASE?= ${CD_RELEASE}
99 VOLID.${image}= NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
H A Dcurrent.conf7 # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
10 CD_RELEASE= current
14 # ${CD_RELEASE} but can be overridden in the environment.
16 ISO_RELEASE?= ${CD_RELEASE}
97 VOLID.${image}= NetBSD ${CD_RELEASE} ${image:S/-${ISO_RELEASE}$//}
H A DMakefile32 CD_RELEASE?= macro
34 RELEASENAME?= NetBSD-${CD_RELEASE}
35 MKISOFS_ARGS= -A "NetBSD ${CD_RELEASE}" \
48 .if !empty(CD_RELEASE)
51 @echo "(specified by variable CD_RELEASE in ${RELEASE}.conf)"
55 @echo "Error: CD_RELEASE not set in ${RELEASE}.conf"

Completed in 116 milliseconds