OSDN Git Service

Just use 'ls -l' since ls -sh lacks sufficient granularity
authorEric Andersen <andersen@codepoet.org>
Fri, 27 Apr 2001 05:46:40 +0000 (05:46 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 27 Apr 2001 05:46:40 +0000 (05:46 -0000)
test/Rules.mak

index a0ac3ce..9356b40 100644 (file)
@@ -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; \