Diff for /dietlibc/Makefile between versions 1.204 and 1.205

version 1.204, 2014/05/22 17:12:52 version 1.205, 2014/10/10 14:54:29
Line 618  $(OBJDIR)/tmpnam.o $(OBJDIR)/utxent.o $( Line 618  $(OBJDIR)/tmpnam.o $(OBJDIR)/utxent.o $(
 $(OBJDIR)/verrx.o $(OBJDIR)/vwarn.o $(OBJDIR)/warn.o \  $(OBJDIR)/verrx.o $(OBJDIR)/vwarn.o $(OBJDIR)/warn.o \
 $(OBJDIR)/wcsrtombs.o $(OBJDIR)/wcstombs.o: include/errno_definition.h  $(OBJDIR)/wcsrtombs.o $(OBJDIR)/wcstombs.o: include/errno_definition.h
   
   $(OBJDIR)/abort.o $(OBJDIR)/pselect.o $(OBJDIR)/__utmp_block_signals.o \
   $(OBJDIR)/system.o $(OBJDIR)/utxent.o $(OBJDIR)/sigemptyset.o \
   $(OBJDIR)/sigorset.o $(OBJDIR)/sigandset.o $(OBJDIR)/sigfillset.o \
   $(OBJDIR)/sigisemptyset.o: include/signal.h
   
 include/errno_definition.h: dietfeatures.h  include/errno_definition.h: dietfeatures.h
         if grep -q '^#define WANT_TLS' $<; then echo "extern __thread int errno;"; else echo "extern int errno;"; fi > $@          if grep -q '^#define WANT_TLS' $<; then echo "extern __thread int errno;"; else echo "extern int errno;"; fi > $@
   

Removed from v.1.204  
changed lines
  Added in v.1.205


LinuxTV legacy CVS <linuxtv.org/cvs>