Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emulab
emulab-devel
Commits
50a22fc9
Commit
50a22fc9
authored
11 years ago
by
Mike Hibler
Browse files
Options
Downloads
Patches
Plain Diff
More fixes for Kevin's test environment.
parent
3dc0f289
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GNUmakefile.in
+3
-2
3 additions, 2 deletions
GNUmakefile.in
clientside/tmcc/GNUmakefile.in
+2
-1
2 additions, 1 deletion
clientside/tmcc/GNUmakefile.in
with
5 additions
and
3 deletions
GNUmakefile.in
+
3
−
2
View file @
50a22fc9
#
#
# Copyright (c) 2000-201
3
University of Utah and the Flux Group.
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
#
#
# {{{EMULAB-LICENSE
# {{{EMULAB-LICENSE
#
#
...
@@ -268,7 +268,7 @@ client-src-tarball:
...
@@ -268,7 +268,7 @@ client-src-tarball:
# This is not finished yet.
# This is not finished yet.
client-shadow-rpm:
client-shadow-rpm:
-$(RM) -rf rpmbuild
-$(RM) -rf rpmbuild
$(MKDIR_P)
rpmbuild/SOURCES rpmbuild/SRPMS
mkdir -p
rpmbuild/SOURCES rpmbuild/SRPMS
$(CP) emulab-client-src.tar.gz rpmbuild/SOURCES
$(CP) emulab-client-src.tar.gz rpmbuild/SOURCES
$(RPM) -v -bs --nodeps --define='_topdir $(TOPDIR)/rpmbuild' \
$(RPM) -v -bs --nodeps --define='_topdir $(TOPDIR)/rpmbuild' \
clientside/shadow.spec
clientside/shadow.spec
...
@@ -470,6 +470,7 @@ undo-configure:
...
@@ -470,6 +470,7 @@ undo-configure:
# They are copied over to the embryonic boss and ops during setup.
# They are copied over to the embryonic boss and ops during setup.
#
#
elabinelab-scripts:
elabinelab-scripts:
mkdir -p $(INSTALL_TOPDIR)/etc
cp -f $(SRCDIR)/clientside/tmcc/freebsd/mkextrafs.pl $(INSTALL_TOPDIR)/etc/
cp -f $(SRCDIR)/clientside/tmcc/freebsd/mkextrafs.pl $(INSTALL_TOPDIR)/etc/
cp -f $(SRCDIR)/clientside/tmcc/common/config/rc.mkelab $(INSTALL_TOPDIR)/etc/
cp -f $(SRCDIR)/clientside/tmcc/common/config/rc.mkelab $(INSTALL_TOPDIR)/etc/
...
...
This diff is collapsed.
Click to expand it.
clientside/tmcc/GNUmakefile.in
+
2
−
1
View file @
50a22fc9
#
#
# Copyright (c) 2000-201
3
University of Utah and the Flux Group.
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
#
#
# {{{EMULAB-LICENSE
# {{{EMULAB-LICENSE
#
#
...
@@ -192,6 +192,7 @@ newnode-mfs-install: newnode-mfs
...
@@ -192,6 +192,7 @@ newnode-mfs-install: newnode-mfs
# XXX argh! assumes FreeBSD inner boss
# XXX argh! assumes FreeBSD inner boss
#
#
elabinelabfiles:
elabinelabfiles:
mkdir -p $(INSTALL_ETCDIR)
$(INSTALL_PROGRAM) $(SRCDIR)/common/config/rc.mkelab \
$(INSTALL_PROGRAM) $(SRCDIR)/common/config/rc.mkelab \
$(INSTALL_ETCDIR)/rc.mkelab
$(INSTALL_ETCDIR)/rc.mkelab
$(INSTALL_PROGRAM) $(SRCDIR)/freebsd/mkextrafs.pl \
$(INSTALL_PROGRAM) $(SRCDIR)/freebsd/mkextrafs.pl \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment