Diff for /dietlibc/Makefile between versions 1.32 and 1.33

version 1.32, 2001/05/03 00:23:44 version 1.33, 2001/05/03 17:04:52
Line 9  CROSS= Line 9  CROSS=
   
 CC=gcc  CC=gcc
   
 VPATH=lib:libstdio:libugly:libcruft:libcrypt:libshell:liblatin1:librpc:syscalls.c  VPATH=lib:libstdio:libugly:libcruft:libcrypt:libshell:liblatin1:librpc:libregex:syscalls.c
   
 SYSCALLOBJ=$(patsubst syscalls.s/%.S,$(OBJDIR)/%.o,$(wildcard syscalls.s/*.S))  SYSCALLOBJ=$(patsubst syscalls.s/%.S,$(OBJDIR)/%.o,$(wildcard syscalls.s/*.S))
   
Line 21  LIBCRYPTOBJ=$(patsubst libcrypt/%.c,$(OB Line 21  LIBCRYPTOBJ=$(patsubst libcrypt/%.c,$(OB
 LIBSHELLOBJ=$(patsubst libshell/%.c,$(OBJDIR)/%.o,$(wildcard libshell/*.c))  LIBSHELLOBJ=$(patsubst libshell/%.c,$(OBJDIR)/%.o,$(wildcard libshell/*.c))
   
 LIBRPCOBJ=$(patsubst librpc/%.c,$(OBJDIR)/%.o,$(wildcard librpc/*.c))  LIBRPCOBJ=$(patsubst librpc/%.c,$(OBJDIR)/%.o,$(wildcard librpc/*.c))
   LIBREGEXOBJ=$(patsubst libregex/%.c,$(OBJDIR)/%.o,$(wildcard libregex/*.c))
   
 include $(ARCH)/Makefile.add  include $(ARCH)/Makefile.add
   
Line 52  $(OBJDIR)/%.o: %.c Line 53  $(OBJDIR)/%.o: %.c
         $(COMMENT) $(CROSS)strip -x -R .comment -R .note $@          $(COMMENT) $(CROSS)strip -x -R .comment -R .note $@
   
 DIETLIBC_OBJ = $(SYSCALLOBJ) $(LIBOBJ) $(LIBSTDIOOBJ) $(LIBUGLYOBJ) \  DIETLIBC_OBJ = $(SYSCALLOBJ) $(LIBOBJ) $(LIBSTDIOOBJ) $(LIBUGLYOBJ) \
 $(LIBCRUFTOBJ) $(LIBCRYPTOBJ) $(LIBSHELLOBJ) \  $(LIBCRUFTOBJ) $(LIBCRYPTOBJ) $(LIBSHELLOBJ) $(LIBREGEXOBJ) \
 $(OBJDIR)/__longjmp.o $(OBJDIR)/setjmp.o $(OBJDIR)/unified.o \  $(OBJDIR)/__longjmp.o $(OBJDIR)/setjmp.o $(OBJDIR)/unified.o \
 $(OBJDIR)/mmap.o $(OBJDIR)/clone.o  $(OBJDIR)/mmap.o $(OBJDIR)/clone.o
   

Removed from v.1.32  
changed lines
  Added in v.1.33


LinuxTV legacy CVS <linuxtv.org/cvs>