minix/commands/flex-2.5.4/build
Ben Gras 9be69be836 . flex moved back into the base system, so prefix is /usr
. sysenv.c and umount.c need <minix/type.h> now
2006-06-20 08:46:45 +00:00

6 lines
104 B
Bash
Executable file

#!/bin/sh
CC=cc /bin/sh ./configure --prefix=/usr && make all
if [ "$1" != build ]
then make install
fi