Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ci-management
/
14c062112bd898dbcffe5ec67f4198f3d3a1598a
/
.
/
jjb
/
pipeline
/
voltha
/
makefile
blob: a3cb9b0f5a12a1c190990314cfd2cf19704d3fb4 [
file
] [
log
] [
blame
]
# -*- makefile -*-
version
+=
master
version
+=
voltha
-
2.11
version
+=
voltha
-
2.8
version
+=
playground
all
:
$
(
version
)
$
(
version
):
mkdir
-
p $
(
version
)
rsync
-
rv
--
checksum master
/.
$@
/.
# [EOF]