repo.or.cz
/
opsoft_archive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Very old versions for history.
[opsoft_archive.git]
/
silentbob
/
silentbob-1.1
/
bootstrap.sh
blob
c2a906558091b6d94be593dc691ae8642688e7dd
1
#!/bin/sh
2
cd
"`dirname
$0
`"
3
make
-s -f
Makefile.cvs
4
if
[
$?
=
"0"
];
then
5
echo
Now you must run
:
6
echo -e
"
\t
./configure - to configure project"
7
echo -e
"
\t
make all - to build project"
8
echo -e
"
\t
make install - to install project"
9
else
10
echo
"**** ERROR while bootstrapping ****"
>&
2
11
fi