Diff for /dietlibc/Makefile between versions 1.175 and 1.176

version 1.175, 2005/07/13 07:31:41 version 1.176, 2005/07/24 10:52:06
Line 8  LIBDIR=${prefix}/lib Line 8  LIBDIR=${prefix}/lib
 BINDIR=${prefix}/bin  BINDIR=${prefix}/bin
 MAN1DIR=${prefix}/man/man1  MAN1DIR=${prefix}/man/man1
   
 MYARCH:=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6][lb]/arm/')  MYARCH:=$(shell uname -m | sed -e 's/i[4-9]86/i386/' -e 's/armv[3-6]t\?e\?[lb]/arm/')
   
 # This extra-ugly cruft is here so make will not run uname and sed each  # This extra-ugly cruft is here so make will not run uname and sed each
 # time it looks at $(OBJDIR).  This alone sped up running make when  # time it looks at $(OBJDIR).  This alone sped up running make when

Removed from v.1.175  
changed lines
  Added in v.1.176


LinuxTV legacy CVS <linuxtv.org/cvs>