Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/klibc/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1121 by niro, Fri Apr 24 18:32:46 2009 UTC revision 1122 by niro, Wed Aug 18 21:11:40 2010 UTC
# Line 36  klib-y := vsnprintf.o snprintf.o vsprint Line 36  klib-y := vsnprintf.o snprintf.o vsprint
36    strncat.o strlcpy.o strlcat.o \    strncat.o strlcpy.o strlcat.o \
37    strstr.o strncmp.o strncpy.o strrchr.o \    strstr.o strncmp.o strncpy.o strrchr.o \
38    strxspn.o strspn.o strcspn.o strpbrk.o strsep.o strtok.o \    strxspn.o strspn.o strcspn.o strpbrk.o strsep.o strtok.o \
39      strtok_r.o \
40    fnmatch.o \    fnmatch.o \
41    gethostname.o getdomainname.o getcwd.o \    gethostname.o getdomainname.o getcwd.o \
42    seteuid.o setegid.o \    seteuid.o setegid.o \
# Line 55  klib-y := vsnprintf.o snprintf.o vsprint Line 56  klib-y := vsnprintf.o snprintf.o vsprint
56    ctype/ispunct.o ctype/isspace.o ctype/isupper.o \    ctype/ispunct.o ctype/isspace.o ctype/isupper.o \
57    ctype/isxdigit.o ctype/tolower.o ctype/toupper.o \    ctype/isxdigit.o ctype/tolower.o ctype/toupper.o \
58    userdb/getgrgid.o userdb/getgrnam.o userdb/getpwnam.o \    userdb/getgrgid.o userdb/getgrnam.o userdb/getpwnam.o \
59    userdb/getpwuid.o userdb/root_group.o userdb/root_user.o    userdb/getpwuid.o userdb/root_group.o userdb/root_user.o \
60      setmntent.o endmntent.o getmntent.o
61    
62  klib-$(CONFIG_KLIBC_ERRLIST) += errlist.o  klib-$(CONFIG_KLIBC_ERRLIST) += errlist.o
63    

Legend:
Removed from v.1121  
changed lines
  Added in v.1122