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
be5963f9
Commit
be5963f9
authored
Oct 16, 2006
by
Mike Hibler
Browse files
Install ops' fetchtar.proxy via opsdir and the boss-install
parent
4d2efdcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/GNUmakefile.in
View file @
be5963f9
...
...
@@ -37,9 +37,11 @@ SBIN_STUFF = resetvlans console_setup.proxy sched_reload named_setup \
elabinelab snmpit.proxy panic repos_daemon node_attributes \
nfstrace plabinelab smbpasswd_setup smbpasswd_setup.proxy
CTRLBIN_STUFF
= console_setup.proxy sfskey_update.proxy \
CTRL
S
BIN_STUFF = console_setup.proxy sfskey_update.proxy \
savelogs.proxy eventsys.proxy
CTRLBIN_STUFF = fetchtar.proxy
FSBIN_STUFF = exports_setup.proxy smbpasswd_setup.proxy
LIBEXEC_STUFF = rmproj wanlinksolve wanlinkinfo \
...
...
@@ -149,7 +151,8 @@ script-install: $(addprefix $(INSTALL_BINDIR)/, $(BIN_STUFF)) \
$(addprefix $(INSTALL_LIBDIR)/, $(LIB_STUFF)) \
$(addprefix $(INSTALL_LIBEXECDIR)/, $(LIBEXEC_STUFF)) \
$(addprefix $(INSTALL_DIR)/opsdir/lib/, libtestbed.pm) \
$(addprefix $(INSTALL_DIR)/opsdir/sbin/, $(CTRLBIN_STUFF)) \
$(addprefix $(INSTALL_DIR)/opsdir/bin/, $(CTRLBIN_STUFF)) \
$(addprefix $(INSTALL_DIR)/opsdir/sbin/, $(CTRLSBIN_STUFF))\
$(addprefix $(INSTALL_DIR)/opsdir/sbin/, $(FSBIN_STUFF))
post-install:
...
...
@@ -214,8 +217,8 @@ endif
#
# Control node installation (okay, plastic)
#
control-install: $(addprefix $(INSTALL_SBINDIR)/, $(CTRLBIN_STUFF)) \
$(addprefix $(INSTALL_BINDIR)/,
fetchtar.proxy
) \
control-install: $(addprefix $(INSTALL_SBINDIR)/, $(CTRL
S
BIN_STUFF)) \
$(addprefix $(INSTALL_BINDIR)/,
$(CTRLBIN_STUFF)
) \
$(addprefix $(INSTALL_LIBDIR)/, libtestbed.pm)
@$(MAKE) -C ns2ir control-install
@$(MAKE) -C nsverify control-install
...
...
@@ -266,6 +269,11 @@ $(INSTALL_DIR)/opsdir/lib/%: %
-mkdir -p $(INSTALL_DIR)/opsdir/lib
$(INSTALL) $< $@
$(INSTALL_DIR)/opsdir/bin/%: %
@echo "Installing $<"
-mkdir -p $(INSTALL_DIR)/opsdir/bin
$(INSTALL) $< $@
$(INSTALL_DIR)/opsdir/sbin/%: %
@echo "Installing $<"
-mkdir -p $(INSTALL_DIR)/opsdir/sbin
...
...
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