aboutsummaryrefslogtreecommitdiff
path: root/core/otools/build~
blob: 7ed3c2d8305e4c068acc93d8cff9246bc5608751 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

:> testfile
less -F -T testfile testfile 2>/dev/null && echo CFLAGS += -DHAVE_LESS_T >> config.mk
rm testfile

make LDFLAGS=''
make PREFIX=/usr DESTDIR="$1" install