repo/extra/zip/build

7 lines
304 B
Plaintext
Raw Normal View History

2019-08-03 00:41:09 +00:00
#!/bin/sh -e
sed -e "s|generic CC=gcc CPP=\"gcc -E\"|zips CC=$CC CPP=\"$CPP -E\" CFLAGS=\"-DLARGE_FILE_SUPPORT $CFLAGS \${CFLAGS_NOOPT}\" LFLAGS2=\"$LDFLAGS\"|g" -i unix/Makefile
2019-10-06 22:56:17 +00:00
make -f unix/Makefile prefix=/usr generic_gcc
2019-08-13 09:58:22 +00:00
make prefix="$1/usr" MANDIR="$1/usr/share/man/man1" -f unix/Makefile install