Code formatting, removed alloca.c, don't go in develop/libs/

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7736 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-06-02 12:06:38 +00:00
parent 5de553dd1d
commit 5e778b8de0
2 changed files with 159 additions and 150 deletions

View File

@ -8,7 +8,7 @@ StaticLibrary fetish :
__fpending.c
acl.c
addext.c
alloca.c
# alloca.c
argmatch.c
# atexit.c
backupfile.c
@ -150,7 +150,6 @@ xstrtol.c
xstrtoul.c
xstrtoumax.c
yesno.c
: STATIC_LIBRARY_DIR
;
# Removed: readutmp.c

View File

@ -3,8 +3,18 @@ SubDir OBOS_TOP src apps bin sed-4.0.9 lib ;
SubDirCcFlags -DHAVE_CONFIG_H ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
StaticLibrary sedutils :
alloca.c getline.c getopt.c getopt1.c memchr.c memcmp.c memmove.c mkstemp.c obstack.c
regex.c strerror.c strverscmp.c utils.c
: STATIC_LIBRARY_DIR
StaticLibrary sed :
# alloca.c
getline.c
getopt.c
getopt1.c
memchr.c
memcmp.c
memmove.c
mkstemp.c
obstack.c
regex.c
strerror.c
strverscmp.c
utils.c
;