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-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
19479ec6
Commit
19479ec6
authored
Dec 31, 2003
by
Kirk Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for PLAB 2.0.
parent
4957cc73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
tmcd/plab/GNUmakefile.in
tmcd/plab/GNUmakefile.in
+6
-5
No files found.
tmcd/plab/GNUmakefile.in
View file @
19479ec6
...
@@ -25,7 +25,7 @@ ALLSCRIPTS = $(ULEESCRIPTS) $(OSSCRIPTS) $(EESCRIPTS)
...
@@ -25,7 +25,7 @@ ALLSCRIPTS = $(ULEESCRIPTS) $(OSSCRIPTS) $(EESCRIPTS)
#
#
# Linux binaries the tarball needs
# Linux binaries the tarball needs
#
#
BINARIES = tmcc $(SRCDIR)/suidperl
BINARIES =
$(SRCDIR)/
tmcc $(SRCDIR)/suidperl
ALLBINARIES = $(BINARIES)
ALLBINARIES = $(BINARIES)
#
#
...
@@ -55,7 +55,7 @@ rootball: $(ROOTBALLNAME)
...
@@ -55,7 +55,7 @@ rootball: $(ROOTBALLNAME)
$(ROOTBALLNAME): copyfiles
$(ROOTBALLNAME): copyfiles
chown -R 0:0 plabroot
chown -R 0:0 plabroot
tar cf - --numeric-owner -C plabroot . |
gzip
-c -9 > $(ROOTBALLNAME)
tar cf - --numeric-owner -C plabroot . |
bzip2
-c -9 > $(ROOTBALLNAME)
copyfiles: $(ALLSCRIPTS) $(ALLBINARIES) $(ALLCONFS) $(ALLCERTS) mkdirtree
copyfiles: $(ALLSCRIPTS) $(ALLBINARIES) $(ALLCONFS) $(ALLCERTS) mkdirtree
$(INSTALL_PROGRAM) $(ULEESCRIPTS) plabroot/usr/local/etc/emulab
$(INSTALL_PROGRAM) $(ULEESCRIPTS) plabroot/usr/local/etc/emulab
...
@@ -67,8 +67,9 @@ copyfiles: $(ALLSCRIPTS) $(ALLBINARIES) $(ALLCONFS) $(ALLCERTS) mkdirtree
...
@@ -67,8 +67,9 @@ copyfiles: $(ALLSCRIPTS) $(ALLBINARIES) $(ALLCONFS) $(ALLCERTS) mkdirtree
$(INSTALL_PROGRAM) $(EESCRIPTS) plabroot/etc
$(INSTALL_PROGRAM) $(EESCRIPTS) plabroot/etc
$(INSTALL) -m 440 $(TESTBED_SRCDIR)/tmcd/plab/sudoers \
$(INSTALL) -m 440 $(TESTBED_SRCDIR)/tmcd/plab/sudoers \
plabroot/etc/sudoers
plabroot/etc/sudoers
ln -fs suidperl plabroot/usr/bin/sperl5.6.1
ln -fs suidperl plabroot/usr/bin/sperl5.8.0
$(INSTALL_PROGRAM) -s tmcc plabroot/usr/local/etc/emulab/tmcc.bin
$(INSTALL_PROGRAM) -s $(SRCDIR)/tmcc \
plabroot/usr/local/etc/emulab/tmcc.bin
$(INSTALL_PROGRAM) -s -m 4511 $(SRCDIR)/suidperl plabroot/usr/bin
$(INSTALL_PROGRAM) -s -m 4511 $(SRCDIR)/suidperl plabroot/usr/bin
$(INSTALL_DATA) /usr/testbed/etc/pcplab.pem \
$(INSTALL_DATA) /usr/testbed/etc/pcplab.pem \
plabroot/usr/local/etc/emulab/client.pem
plabroot/usr/local/etc/emulab/client.pem
...
@@ -86,7 +87,7 @@ mkdirtree:
...
@@ -86,7 +87,7 @@ mkdirtree:
tmcc:
tmcc:
@echo "*** Error:"
@echo "*** Error:"
@echo "You must copy the tmcc linux binary this dir"
@echo "You must copy the tmcc linux binary
into
this dir"
@echo "prior to building the tarball."
@echo "prior to building the tarball."
@false
@false
...
...
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