diff options
Diffstat (limited to 'core/otools/build~')
-rwxr-xr-x | core/otools/build~ | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/otools/build~ b/core/otools/build~ deleted file mode 100755 index 7ed3c2d8..00000000 --- a/core/otools/build~ +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 |