Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
c9c83be4
Commit
c9c83be4
authored
Aug 21, 2020
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alt-server.mk: do not override targets on e2k
Looks like aarch64 addition was done in haste, the targets were split by architecture families before commit
c06f8753
.
parent
1cf05b63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
alt-server.mk
conf.d/alt-server.mk
+4
-2
No files found.
conf.d/alt-server.mk
View file @
c9c83be4
...
...
@@ -18,6 +18,8 @@ else
distro/.alt-server-vnc: ; @:
endif
ifneq (,$(filter-out e2k%,$(ARCH)))
# FIXME: generalize vm-profile
distro/alt-server: distro/.base distro/.alt-server-vnc \
mixin/alt-server use/vmguest/base \
...
...
@@ -44,7 +46,7 @@ endif
distro/alt-server: monitoring = $(addprefix server-v/, 90-monitoring \
zabbix-agent telegraf prometheus-node_exporter monit collectd nagios-nrpe)
ifeq (,$(filter-out e2k%,$(ARCH)))
else
distro/alt-server: distro/.e2k-installer mixin/alt-server
ifeq (,$(filter-out e2k,$(ARCH)))
...
...
@@ -54,6 +56,6 @@ ifeq (,$(filter-out e2kv4,$(ARCH)))
@$(call set,META_APP_ID,ALT Server for Elbrus-80x)
endif
endif
endif
# e2k
endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment