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
Package Registry
Model registry
Operate
Terraform modules
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
Emmanuel Cecchet
emulab-devel
Commits
6596ca47
Commit
6596ca47
authored
24 years ago
by
Leigh B. Stoller
Browse files
Options
Downloads
Patches
Plain Diff
Remove sql.so, since no more tcl scripts use it.
parent
2c1b0386
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/GNUmakefile.in
+2
-5
2 additions, 5 deletions
lib/GNUmakefile.in
lib/mk_sqlso.sh
+0
-14
0 additions, 14 deletions
lib/mk_sqlso.sh
lib/tcl-sql_patch.ed
+0
-13
0 additions, 13 deletions
lib/tcl-sql_patch.ed
with
2 additions
and
32 deletions
lib/GNUmakefile.in
+
2
−
5
View file @
6596ca47
...
...
@@ -8,11 +8,8 @@ SUBDIR = lib
include $(OBJDIR)/Makeconf
all:
sql.so
all:
include $(TESTBED_SRCDIR)/GNUmakerules
sql.so:
./mk_sqlso.sh
install: all $(INSTALL_LIBDIR)/sql.so
install:
This diff is collapsed.
Click to expand it.
lib/mk_sqlso.sh
deleted
100755 → 0
+
0
−
14
View file @
2c1b0386
#!/bin/csh -fv
###
# Compiles and installs sql.so
###
#webcopy http://www.binevolve.com/~tdarugar/tcl-sql/download/tcl-sql-20000114.tgz
tar
xvfz tcl-sql-20000114.tgz
cd
tcl-sql
pwd
chmod
u+w Makefile
ed Makefile < ../tcl-sql_patch.ed
gmake
mv
sql.so ..
cd
..
rm
-rf
tcl-sql W.log
This diff is collapsed.
Click to expand it.
lib/tcl-sql_patch.ed
deleted
100644 → 0
+
0
−
13
View file @
2c1b0386
59c
EXTRA_LD_FLAGS += -lstdc++ -lm -lgcc_pic
.
32c
INCLUDE = -I/usr/local/include -I/usr/local/include/tcl8.2 -I/usr/local/include/mysql -I/usr/local/mysql/include
.
29,30c
LD_FLAGS = -L/usr/local/lib -L/usr/local/lib/mysql -lmysqlclient -ltcl82
.
12c
# $Id: Makefile,v 1.12 2000/01/14 17:47:03 tdarugar Exp
.
w
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