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
54f16cd8
Commit
54f16cd8
authored
22 years ago
by
Leigh B. Stoller
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes for creating the distribution.
parent
0d7c921a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tmcd/makefile
+3
-3
3 additions, 3 deletions
tmcd/makefile
with
3 additions
and
3 deletions
tmcd/makefile
+
3
−
3
View file @
54f16cd8
...
...
@@ -31,12 +31,12 @@ ssl.o: ssl.c ssl.h decls.h
clean
:
rm
-f
*
.o core tmcc
force
-install
:
misc-install script-install bin-install
emulab
-install
:
misc-install script-install bin-install
dir-install
:
-
mkdir
-p
$(
INSTALL_DIR
)
cp
/dev/null
$(
INSTALL_DIR
)
/isrem
rm
/usr/local/etc/testbed
-
rm
-rf
/usr/local/etc/testbed
ln
-s
emulab /usr/local/etc/testbed
misc-install
:
dir-install
...
...
@@ -75,8 +75,8 @@ dist: trafgen pemfile
rm
-rf
$(
DISTDIR
)
mkdir
$(
DISTDIR
)
cp
-p
$(
DISTFILES
)
$(
DISTDIR
)
cp
-p
$(
BSDFILES
)
$(
DISTDIR
)
for
file
in
$(
WAFILES
);
do
cp
ron/
$$
file
$(
DISTDIR
);
done
for
file
in
$(
BSDFILES
);
do
cp
freebsd/
$$
file
$(
DISTDIR
);
done
cp
/usr/testbed/etc/emulab.pem
$(
DISTDIR
)
cp
/usr/testbed/etc/
$(
PEMFILE
)
$(
DISTDIR
)
/client.pem
cp
/usr/local/sbin/vtund
$(
DISTDIR
)
...
...
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