[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / sort

Diff for /src/usr.bin/sort/Makefile between version 1.4 and 1.5

version 1.4, 2012/09/10 04:03:34 version 1.5, 2012/12/21 06:17:29
Line 3 
Line 3 
 PROG=   sort  PROG=   sort
 SRCS=   append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c  SRCS=   append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c
   
 # Work around gcc optimization bug on sh  
 .if (${MACHINE_ARCH} == sh)  
 COPTS+= -O0  
 .endif  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5