Diff for /dietlibc/Makefile between versions 1.100 and 1.101

version 1.100, 2002/01/22 11:55:33 version 1.101, 2002/01/29 02:16:01
Line 13  MYARCH=$(shell uname -m | sed -e 's/i[4- Line 13  MYARCH=$(shell uname -m | sed -e 's/i[4-
 # 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
 # nothing has to be done from 1 sec to 0.12 sec on a 900 MHz Athlon.  # nothing has to be done from 1 sec to 0.12 sec on a 900 MHz Athlon.
   # We don't use ARCH:=$(MYARCH) so we can detect unknown architectures.
 ifeq ($(MYARCH),i386)  ifeq ($(MYARCH),i386)
 ARCH=i386  ARCH=i386
 else  else

Removed from v.1.100  
changed lines
  Added in v.1.101


LinuxTV legacy CVS <linuxtv.org/cvs>