Made the libglob.a targets for bash and make distinguishable for jam by adding grist to each.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8756 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -62,7 +62,8 @@ BinCommand sh :
|
|||||||
unwind_prot.c bashline.c bracecomp.c error.c
|
unwind_prot.c bashline.c bracecomp.c error.c
|
||||||
list.c stringlib.c locale.c findcmd.c redir.c
|
list.c stringlib.c locale.c findcmd.c redir.c
|
||||||
pcomplete.c pcomplib.c syntax.c xmalloc.c test.c sig.c
|
pcomplete.c pcomplib.c syntax.c xmalloc.c test.c sig.c
|
||||||
: libreadline.a libglob.a libbuiltins.a libtilde.a libsh.a libtermcap.a
|
: libreadline.a <bash>libglob.a libbuiltins.a libtilde.a libsh.a
|
||||||
|
libtermcap.a
|
||||||
: bash.rdef ;
|
: bash.rdef ;
|
||||||
|
|
||||||
# trap.c includes signames.h
|
# trap.c includes signames.h
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ SubDirCcFlags -DHAVE_CONFIG_H -DSHELL ;
|
|||||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
|
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) include ] ;
|
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) include ] ;
|
||||||
|
|
||||||
StaticLibrary glob :
|
StaticLibrary <bash>glob :
|
||||||
glob.c
|
glob.c
|
||||||
strmatch.c
|
strmatch.c
|
||||||
smatch.c
|
smatch.c
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ BinCommand make :
|
|||||||
variable.c
|
variable.c
|
||||||
version.c
|
version.c
|
||||||
vpath.c
|
vpath.c
|
||||||
: libglob.a : make.rdef ;
|
: <make>libglob.a : make.rdef ;
|
||||||
|
|
||||||
SubInclude OBOS_TOP src apps bin make glob ;
|
SubInclude OBOS_TOP src apps bin make glob ;
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ SubDirCcFlags -DHAVE_CONFIG_H ;
|
|||||||
|
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||||
|
|
||||||
StaticLibrary glob :
|
StaticLibrary <make>glob :
|
||||||
fnmatch.c
|
fnmatch.c
|
||||||
glob.c
|
glob.c
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user