From c48ae5155fd2222dd84572a24d77c4d01c81c32a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Apr 2001 05:46:40 +0000 Subject: Just use 'ls -l' since ls -sh lacks sufficient granularity --- test/Rules.mak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Rules.mak b/test/Rules.mak index a0ac3cef7..9356b40f4 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -20,8 +20,7 @@ STRIPTOOL=strip # Check if 'ls -sh' works or not -LSFLAGS = $(shell if ls -sh >/dev/null 2>&1; \ - then echo "-sh"; else echo "-s" ; fi) +LSFLAGS = -l # use '-Os' optimization if available, else use -O2 OPTIMIZATION = $(shell if $(CC) -Os -S -o /dev/null -xc /dev/null >/dev/null 2>&1; \ -- cgit v1.2.3