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
+1 -2
View File
@@ -8,7 +8,7 @@ StaticLibrary fetish :
__fpending.c __fpending.c
acl.c acl.c
addext.c addext.c
alloca.c # alloca.c
argmatch.c argmatch.c
# atexit.c # atexit.c
backupfile.c backupfile.c
@@ -150,7 +150,6 @@ xstrtol.c
xstrtoul.c xstrtoul.c
xstrtoumax.c xstrtoumax.c
yesno.c yesno.c
: STATIC_LIBRARY_DIR
; ;
# Removed: readutmp.c # Removed: readutmp.c
+14 -4
View File
@@ -3,8 +3,18 @@ SubDir OBOS_TOP src apps bin sed-4.0.9 lib ;
SubDirCcFlags -DHAVE_CONFIG_H ; SubDirCcFlags -DHAVE_CONFIG_H ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
StaticLibrary sedutils : StaticLibrary sed :
alloca.c getline.c getopt.c getopt1.c memchr.c memcmp.c memmove.c mkstemp.c obstack.c # alloca.c
regex.c strerror.c strverscmp.c utils.c getline.c
: STATIC_LIBRARY_DIR getopt.c
getopt1.c
memchr.c
memcmp.c
memmove.c
mkstemp.c
obstack.c
regex.c
strerror.c
strverscmp.c
utils.c
; ;