Skip to content
GitLab
Menu
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
a07dca44
Commit
a07dca44
authored
Dec 12, 2003
by
Jonathon Duerig
Browse files
Deleting old build script. This is obsolete after changing to a GNUMakefile
parent
df7afd7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ipassign/build
deleted
100755 → 0
View file @
df7afd7a
#!/bin/sh
# make the proper directories
mkdir
tmp
mkdir
tmp
/
result
mkdir
bin
# for now we assume that METIS has been installed and the include and
# library files are in accessible locations.
g
++
-
c
-
o
tmp
/
ipassign
.
o
src
/
ipassign
.
cc
g
++
-
c
-
o
tmp
/
Graph
.
o
src
/
Graph
.
cc
g
++
-
o
bin
/
ipassign
tmp
/
ipassign
.
o
tmp
/
Graph
.
o
-
lmetis
-
lm
g
++
-
o
bin
/
top2graph
src
/
top2graph
.
cc
-
lm
g
++
-
o
bin
/
autocheck
src
/
autocheck
.
cc
-
lm
g
++
-
o
bin
/
boolcmp
src
/
boolcmp
.
cc
-
lm
bin
/
autocheck
Write
Preview
Supports
Markdown
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