forked from alnux/repo
8 lines
181 B
Text
Executable file
8 lines
181 B
Text
Executable file
export CFLAGS="$CFLAGS -static"
|
|
./configure --prefix=/usr
|
|
make
|
|
|
|
gzip lib/make.1 lib/make.1.gz
|
|
cp make $1/usr/bin/make
|
|
cp doc/make.1.gz $1/usr/share/man/man1/
|
|
cp -npr /lib/* $1/lib
|