Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
166f21e3
Commit
166f21e3
authored
Apr 22, 2022
by
Antoine Kaufmann
Browse files
dist: disable sockets proxy by default for now
Mostly because the refactoring will break lots of things here.
parent
8ada01e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dist/rules.mk
dist/rules.mk
+2
-2
No files found.
dist/rules.mk
View file @
166f21e3
...
@@ -34,10 +34,10 @@ $(bin_net_sockets): $(SOCKETS_OBJS) $(COMMON_OBJS) -lpthread
...
@@ -34,10 +34,10 @@ $(bin_net_sockets): $(SOCKETS_OBJS) $(COMMON_OBJS) -lpthread
CLEAN
:=
$(bin_net_rdma)
$(bin_net_sockets)
\
CLEAN
:=
$(bin_net_rdma)
$(bin_net_sockets)
\
$(RDMA_OBJS)
$(SOCKETS_OBJS)
$(COMMON_OBJS)
$(RDMA_OBJS)
$(SOCKETS_OBJS)
$(COMMON_OBJS)
ALL
:=
$(bin_net_sockets)
ALL
:=
ifeq
($(ENABLE_DIST),y)
ifeq
($(ENABLE_DIST),y)
ALL
+=
$(bin_net_rdma)
ALL
+=
$(bin_net_sockets)
$(bin_net_rdma)
endif
endif
include
mk/subdir_post.mk
include
mk/subdir_post.mk
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