Added coreutils, diffutils, grep, less, sed (another one?), and sharutils to the build, and fixed some small problems. Most of the stuff still doesn't build properly.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6862 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2004-03-02 23:47:11 +00:00
parent 28cac36c73
commit e490b53c45
12 changed files with 24 additions and 13 deletions

View File

@ -72,15 +72,21 @@ StdBinCommands
whoami.c whoami.c
; ;
#SubInclude OBOS_TOP src apps bin gnu ;
SubInclude OBOS_TOP src apps bin addattr ; SubInclude OBOS_TOP src apps bin addattr ;
SubInclude OBOS_TOP src apps bin chkbfs ; SubInclude OBOS_TOP src apps bin chkbfs ;
SubInclude OBOS_TOP src apps bin coreutils-5.0 ;
SubInclude OBOS_TOP src apps bin desklink ; SubInclude OBOS_TOP src apps bin desklink ;
SubInclude OBOS_TOP src apps bin diffutils-2.8.1 ;
#SubInclude OBOS_TOP src apps bin gnu ;
SubInclude OBOS_TOP src apps bin grep-2.5 ;
SubInclude OBOS_TOP src apps bin less-381 ;
SubInclude OBOS_TOP src apps bin listdev ; SubInclude OBOS_TOP src apps bin listdev ;
SubInclude OBOS_TOP src apps bin mkdos ;
SubInclude OBOS_TOP src apps bin makeudfimage ; SubInclude OBOS_TOP src apps bin makeudfimage ;
SubInclude OBOS_TOP src apps bin mkdos ;
SubInclude OBOS_TOP src apps bin pc ; SubInclude OBOS_TOP src apps bin pc ;
SubInclude OBOS_TOP src apps bin sed ; #SubInclude OBOS_TOP src apps bin sed ;
SubInclude OBOS_TOP src apps bin sed-4.0.9 ;
SubInclude OBOS_TOP src apps bin sharutils-4.2.1 ;
# RCS commands # RCS commands
SubInclude OBOS_TOP src apps bin rcs ; SubInclude OBOS_TOP src apps bin rcs ;

View File

@ -1,6 +1,6 @@
SubDir OBOS_TOP src apps bin coreutils-5.0 lib ; SubDir OBOS_TOP src apps bin coreutils-5.0 lib ;
SubDirCcFlags += -DHAVE_CONFIG_H ; SubDirCcFlags -DHAVE_CONFIG_H ;
StaticLibrary fetish : StaticLibrary fetish :
__fpending.c __fpending.c

View File

@ -1,6 +1,7 @@
SubDir OBOS_TOP src apps bin coreutils-5.0 src ; SubDir OBOS_TOP src apps bin coreutils-5.0 src ;
SubDirCcFlags -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ; SubDirCcFlags -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
StdBinCommands StdBinCommands
basename.c basename.c

View File

@ -1,6 +1,6 @@
SubDir OBOS_TOP src apps bin diffutils-2.8.1 lib ; SubDir OBOS_TOP src apps bin diffutils-2.8.1 lib ;
SubDirCcFlags += -DHAVE_CONFIG_H ; SubDirCcFlags -DHAVE_CONFIG_H ;
StaticLibrary diffutils : StaticLibrary diffutils :
alloca.c alloca.c

View File

@ -1,6 +1,7 @@
SubDir OBOS_TOP src apps bin diffutils-2.8.1 src ; SubDir OBOS_TOP src apps bin diffutils-2.8.1 src ;
SubDirCcFlags += -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ; SubDirCcFlags -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
BinCommand diff : BinCommand diff :
analyze.c context.c diff.c dir.c ed.c ifdef.c io.c normal.c side.c util.c version.c : root libdiffutils.a ; analyze.c context.c diff.c dir.c ed.c ifdef.c io.c normal.c side.c util.c version.c : root libdiffutils.a ;

View File

@ -1,6 +1,6 @@
SubDir OBOS_TOP src apps bin grep-2.5 lib ; SubDir OBOS_TOP src apps bin grep-2.5 lib ;
SubDirCcFlags += -DHAVE_CONFIG_H ; SubDirCcFlags -DHAVE_CONFIG_H ;
StaticLibrary greputils : StaticLibrary greputils :
alloca.c alloca.c

View File

@ -1,6 +1,7 @@
SubDir OBOS_TOP src apps bin grep-2.5 src ; SubDir OBOS_TOP src apps bin grep-2.5 src ;
SubDirCcFlags += -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ; SubDirCcFlags -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
BinCommand grep : dfa.c grep.c grepmat.c kwset.c search.c : root libgreputils.a ; BinCommand grep : dfa.c grep.c grepmat.c kwset.c search.c : root libgreputils.a ;

View File

@ -1,6 +1,6 @@
SubDir OBOS_TOP src apps bin less-381 ; SubDir OBOS_TOP src apps bin less-381 ;
SubDirCcFlags += -DSYSDIR=\'\"/etc\"\' ; SubDirCcFlags -DSYSDIR=\'\"/etc\"\' ;
BinCommand less : BinCommand less :
main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c edit.c filename.c forwback.c main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c edit.c filename.c forwback.c

View File

@ -1,6 +1,6 @@
SubDir OBOS_TOP src apps bin sed-4.0.9 lib ; SubDir OBOS_TOP src apps bin sed-4.0.9 lib ;
SubDirCcFlags += -DHAVE_CONFIG_H ; SubDirCcFlags -DHAVE_CONFIG_H ;
StaticLibrary sedutils : StaticLibrary sedutils :
alloca.c getline.c getopt.c getopt1.c memchr.c memcmp.c memmove.c mkstemp.c obstack.c alloca.c getline.c getopt.c getopt1.c memchr.c memcmp.c memmove.c mkstemp.c obstack.c

View File

@ -1,5 +1,6 @@
SubDir OBOS_TOP src apps bin sed-4.0.9 sed ; SubDir OBOS_TOP src apps bin sed-4.0.9 sed ;
SubDirCcFlags += -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ; SubDirCcFlags -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
BinCommand sed : compile.c execute.c fmt.c regexp.c sed.c : root libsedutils.a ; BinCommand sed : compile.c execute.c fmt.c regexp.c sed.c : root libsedutils.a ;

View File

@ -1,6 +1,6 @@
SubDir OBOS_TOP src apps bin sharutils-4.2.1 lib ; SubDir OBOS_TOP src apps bin sharutils-4.2.1 lib ;
SubDirCcFlags += -DHAVE_CONFIG_H ; SubDirCcFlags -DHAVE_CONFIG_H ;
StaticLibrary sharutils : StaticLibrary sharutils :
alloca.c alloca.c

View File

@ -1,6 +1,7 @@
SubDir OBOS_TOP src apps bin sharutils-4.2.1 src ; SubDir OBOS_TOP src apps bin sharutils-4.2.1 src ;
SubDirCcFlags += -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ; SubDirCcFlags -I ../lib -DHAVE_CONFIG_H -DLOCALEDIR=\'\"/share/locale\"\' ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
BinCommand shar : BinCommand shar :
shar.c encode.c : root libsharutils.a ; shar.c encode.c : root libsharutils.a ;