From 2b0068cf9502109aa9047994fc325273b0d19bf8 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 17 Oct 2020 15:59:04 +0300 Subject: otools: force remove testfile --- core/otools/build~ | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 core/otools/build~ (limited to 'core/otools/build~') diff --git a/core/otools/build~ b/core/otools/build~ new file mode 100755 index 00000000..7ed3c2d8 --- /dev/null +++ b/core/otools/build~ @@ -0,0 +1,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 -- cgit v1.2.3