Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
ae1f1cc8
Commit
ae1f1cc8
authored
Jun 05, 2001
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make the 'ops-install' and 'boss-install' targets conform to the
current usage of node names.
parent
8fbc31d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
GNUmakefile.in
GNUmakefile.in
+5
-5
No files found.
GNUmakefile.in
View file @
ae1f1cc8
...
...
@@ -14,12 +14,12 @@ SUBDIRS = lib assign discvr tbsetup db os security pxe tmcd utils www tip captur
all: all-subdirs
install:
@echo "Choose either
ops-install (paper) or control
-install (plastic)"
@echo "Choose either
boss-install (paper) or ops
-install (plastic)"
#
# For installation on
op
s node (okay, paper).
# For installation on
bos
s node (okay, paper).
#
op
s-install: install-subdirs install-mkdirs
bos
s-install: install-subdirs install-mkdirs
@echo "DON'T FORGET TO RUN A POST-INSTALL AS ROOT"
post-install:
...
...
@@ -28,9 +28,9 @@ post-install:
@$(MAKE) -C security post-install
#
# For installation on the
control
node (okay, plastic)
# For installation on the
'ops' or 'users'
node (okay, plastic)
#
control
-install:
ops
-install:
@$(MAKE) -C tbsetup control-install
@$(MAKE) -C security control-install
@$(MAKE) -C tip control-install
...
...
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