Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
112
Issues
112
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
4ea46340
Commit
4ea46340
authored
Jun 25, 2015
by
Mike Hibler
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of "gmake post-install" for boss and genirack installs.
parent
81a2a88a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
install/phases/boss/genirack
install/phases/boss/genirack
+0
-3
install/phases/boss/software
install/phases/boss/software
+0
-3
No files found.
install/phases/boss/genirack
View file @
4ea46340
...
@@ -389,9 +389,6 @@ sub Install($$$)
...
@@ -389,9 +389,6 @@ sub Install($$$)
Phase "installing", "Installing (please be patient)", sub {
Phase "installing", "Installing (please be patient)", sub {
ExecQuietFatal("cd $TOP_OBJDIR; $GMAKE boss-install");
ExecQuietFatal("cd $TOP_OBJDIR; $GMAKE boss-install");
};
};
Phase "postinstall", "Post Installing Testbed Software", sub {
ExecQuietFatal("cd $TOP_OBJDIR; $GMAKE post-install");
};
Phase "rc.testbed", "Installing testbed RC scripts", sub {
Phase "rc.testbed", "Installing testbed RC scripts", sub {
ExecQuietFatal("$GMAKE -C $TOP_OBJDIR/rc.d install");
ExecQuietFatal("$GMAKE -C $TOP_OBJDIR/rc.d install");
};
};
...
...
install/phases/boss/software
View file @
4ea46340
...
@@ -25,9 +25,6 @@ sub Install($$$)
...
@@ -25,9 +25,6 @@ sub Install($$$)
Phase "installing", "Installing (please be patient)", sub {
Phase "installing", "Installing (please be patient)", sub {
ExecQuietFatal("cd $TOP_OBJDIR; $GMAKE boss-install");
ExecQuietFatal("cd $TOP_OBJDIR; $GMAKE boss-install");
};
};
Phase "postinstall", "Post Installing Testbed Software", sub {
ExecQuietFatal("cd $TOP_OBJDIR; $GMAKE post-install");
};
};
};
return 0;
return 0;
}
}
...
...
Mike Hibler
@hibler
mentioned in commit
11c4eeb7
·
Jul 01, 2015
mentioned in commit
11c4eeb7
mentioned in commit 11c4eeb70afdf66818e7bae29a6e23ad70834525
Toggle commit list
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