Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
50a22fc9
Commit
50a22fc9
authored
Feb 20, 2014
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More fixes for Kevin's test environment.
parent
3dc0f289
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
GNUmakefile.in
GNUmakefile.in
+3
-2
clientside/tmcc/GNUmakefile.in
clientside/tmcc/GNUmakefile.in
+2
-1
No files found.
GNUmakefile.in
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/
...
...
clientside/tmcc/GNUmakefile.in
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 \
...
...
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