File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 4
4
SHELL := /bin/bash
5
5
6
6
REDIS_VERSION =3.2.4-1~bpo8+1_amd64
7
- LIBNL-DEBS =libnl-3-200_3.2.27-1_amd64.deb libnl-3-dev_3.2.27-1_amd64.deb libnl-genl-3-200_3.2.27-1_amd64.deb libnl-genl-3-dev_3.2.27-1_amd64.deb libnl-route-3-200_3.2.27-1_amd64.deb libnl-route-3-dev_3.2.27-1_amd64.deb libnl-nf-3-200_3.2.27-1_amd64.deb libnl-nf-3-dev_3.2.27-1_amd64.deb libnl-cli-3-200_3.2.27-1_amd64.deb libnl-cli-3-dev_3.2.27-1_amd64.deb
8
- LIBTEAM-DEBS =libteam5_1.26-1_amd64.deb libteamdctl0_1.26-1_amd64.deb libteam-dev_1.26-1_amd64.deb libteam-utils_1.26-1_amd64.deb
7
+
8
+ LIBNL-DEBS =libnl-3-200_3.2.27-1_amd64.deb \
9
+ libnl-3-dev_3.2.27-1_amd64.deb \
10
+ libnl-genl-3-200_3.2.27-1_amd64.deb \
11
+ libnl-genl-3-dev_3.2.27-1_amd64.deb \
12
+ libnl-route-3-200_3.2.27-1_amd64.deb \
13
+ libnl-route-3-dev_3.2.27-1_amd64.deb \
14
+ libnl-nf-3-200_3.2.27-1_amd64.deb \
15
+ libnl-nf-3-dev_3.2.27-1_amd64.deb \
16
+ libnl-cli-3-200_3.2.27-1_amd64.deb \
17
+ libnl-cli-3-dev_3.2.27-1_amd64.deb
18
+
19
+ LIBTEAM-DEBS =libteam5_1.26-1_amd64.deb \
20
+ libteamdctl0_1.26-1_amd64.deb \
21
+ libteam-dev_1.26-1_amd64.deb \
22
+ libteam-utils_1.26-1_amd64.deb
9
23
10
24
# # Function: build_project, directory
11
25
# # Build the project and save the .deb target in the same directory
You can’t perform that action at this time.
0 commit comments