Francesco R wrote:
[snip]
s/

># example:
>###MY_VER_RANGE 4.0 4.0.16
>###MY_VER_RANGE 4.1 4.1.4
>###MY_VER_RANGE 5.0
># if a patch contains these three lines then:
># all version >= 4.0 but < 4.0.16,
># all version >= 4.1 but < 4.0.16,
># all version >= 5.0 will be affected by this patch
>  
>
/
example:
###MY_VER_RANGE  [4.0,4.0.16) [4.1,4.1.4) [5.0,]
# if a patch contains the previous line then:
# all version >= 4.0 but < 4.0.16,
# all version >= 4.1 but < 4.0.16,
# all version >= 5.0 will be affected by this patch
/

[snip]


-- 
gentoo-dev@gentoo.org mailing list

Reply via email to