aboutsummaryrefslogtreecommitdiff
path: root/core/otools/build
blob: 71b410c41ed2e17154e78cc1c7a9fd6af88cbdb8 (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 -f testfile

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