repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
signify: bump to 31
[kiss-trunc88.git]
/
gawk
/
build
blob
3bf47bf3202278422e36f12dc826da1768bdfebe
1
#!/bin/sh -e
2
3
export
CFLAGS
=
"
$CFLAGS
-static"
4
5
.
/
configure \
6
--prefix
=/
usr \
7
--libexecdir
=/
usr
/
lib \
8
--disable-nls
9
10
make
11
make
DESTDIR
=
"
$1
"
install