Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
6596ca47
Commit
6596ca47
authored
Jan 10, 2001
by
Leigh B. Stoller
Browse files
Remove sql.so, since no more tcl scripts use it.
parent
2c1b0386
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/GNUmakefile.in
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:
lib/mk_sqlso.sh
deleted
100755 → 0
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
lib/tcl-sql_patch.ed
deleted
100644 → 0
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
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment