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
34392a13
Commit
34392a13
authored
Mar 27, 2006
by
Timothy Stack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Source the nstb_compat.tcl from the ns2ir directory instead of
installing a second one.
parent
3b01fa98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
tbsetup/nsverify/GNUmakefile.in
tbsetup/nsverify/GNUmakefile.in
+1
-4
tbsetup/nsverify/tb_compat.tcl
tbsetup/nsverify/tb_compat.tcl
+1
-1
No files found.
tbsetup/nsverify/GNUmakefile.in
View file @
34392a13
...
...
@@ -19,7 +19,7 @@ NS_SRC_TARBALL=ns-allinone-$(NS_TAR_VERSION).tar.gz
include $(OBJDIR)/Makeconf
LIB_STUFF = tb_compat.tcl
nstb_compat.tcl
LIB_STUFF = tb_compat.tcl
LIBEXEC_STUFF = nstbparse
BOSSLIBEXEC = verify-ns
...
...
@@ -37,9 +37,6 @@ post-install:
chown root $(INSTALL_LIBEXECDIR)/verify-ns
chmod u+s $(INSTALL_LIBEXECDIR)/verify-ns
nstb_compat.tcl: $(SRCDIR)/../ns2ir/nstb_compat.tcl
cp $< $@
ns-allinone-$(NS_VERSION):
@if test -f /share/tarballs/$(NS_SRC_TARBALL); then \
echo "Unpacking $(NS_SRC_TARBALL)"; \
...
...
tbsetup/nsverify/tb_compat.tcl
View file @
34392a13
...
...
@@ -5,7 +5,7 @@
# All rights reserved.
#
source nstb_compat.tcl
source
../ns2ir/
nstb_compat.tcl
variable tbnsobj
...
...
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