aboutsummaryrefslogtreecommitdiff
path: root/core/otools/build
blob: 568b6fa3b75037b8b371519991d8c4365c0667d8 (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
make PREFIX=/usr DESTDIR="$1" install