Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ea6e552a
Commit
ea6e552a
authored
Mar 16, 2005
by
Timothy Stack
Browse files
Fix the install target and make vmcd compile on linux.
parent
a8ef625f
Changes
2
Hide whitespace changes
Inline
Side-by-side
robots/vmcd/GNUmakefile.in
View file @
ea6e552a
...
...
@@ -65,7 +65,6 @@ install: all
ifeq ($(HAVE_MEZZANINE),yes)
-mkdir -p $(INSTALL_SBINDIR)
$(INSTALL_PROGRAM) vmc-client $(INSTALL_SBINDIR)/vmc-client
$(INSTALL_PROGRAM) vmcd $(INSTALL_SBINDIR)/vmcd
else
-mkdir -p $(INSTALL_DIR)/opsdir/sbin
$(INSTALL_PROGRAM) vmcd $(INSTALL_DIR)/opsdir/sbin/vmcd
...
...
robots/vmcd/vmcd.c
View file @
ea6e552a
...
...
@@ -140,6 +140,7 @@ static void siginfo(int sig)
{
got_siginfo
=
1
;
}
#endif
static
void
dump_robot
(
struct
robot_object
*
ro
)
{
...
...
@@ -229,7 +230,6 @@ static void dump_info(void)
info
(
" Current frame:
\n
"
);
dump_vision_list
(
&
current_frame
);
}
#endif
static
void
usage
(
void
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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