File tree Expand file tree Collapse file tree 3 files changed +1
-47
lines changed Expand file tree Collapse file tree 3 files changed +1
-47
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ The scripts will build for this list of packages types:
10
10
* DEB packages for Ubuntu 18.04 Bionic
11
11
* DEB packages for Ubuntu 17.10 Artful
12
12
* DEB packages for Ubuntu 16.04 Xenial
13
- * DEB packages for Ubuntu 14.04 Trusty
14
13
* DEB packages for Debian 10 Buster
15
14
* DEB packages for Debian 9 Stretch
16
15
* RPM packages for Fedora 28
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ engine-$(ARCH).tar:
55
55
deb : ubuntu debian raspbian # # build all deb packages
56
56
57
57
.PHONY : ubuntu
58
- ubuntu : ubuntu-bionic ubuntu-xenial ubuntu-trusty # # build all ubuntu deb packages
58
+ ubuntu : ubuntu-bionic ubuntu-xenial # # build all ubuntu deb packages
59
59
60
60
.PHONY : debian
61
61
debian : debian-stretch # # build all debian deb packages
@@ -84,13 +84,6 @@ ubuntu-xenial: $(SOURCES)
84
84
$(RUN )
85
85
$(CHOWN ) -R $(shell id -u) :$(shell id -g) debbuild/$@
86
86
87
- .PHONY : ubuntu-trusty
88
- ubuntu-trusty : # # build ubuntu trusty deb packages
89
- ubuntu-trusty : $(SOURCES )
90
- $(BUILD )
91
- $(RUN )
92
- $(CHOWN ) -R $(shell id -u) :$(shell id -g) debbuild/$@
93
-
94
87
.PHONY : debian-buster
95
88
debian-buster : # # build debian buster deb packages
96
89
debian-buster : $(SOURCES )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments