Added a basic "chkbfs" command to the repository, doesn't fix anything yet,

though (boy, I am so lazy...).
Cleaned up the Jamfile a bit.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2065 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-11-22 20:15:12 +00:00
parent d470934c95
commit 2b99433ef9
3 changed files with 234 additions and 15 deletions
+15 -15
View File
@@ -1,23 +1,22 @@
SubDir OBOS_TOP src apps bin ;
StdBinCommands
alert.cpp
beep.cpp
clipboard.cpp
shutdown.cpp
clipboard.cpp
df.cpp
isvolume.cpp
lsindex.cpp
yes.cpp
version.cpp
listattr.cpp
setversion.cpp
alert.cpp
beep.cpp
clipboard.cpp
df.cpp
isvolume.cpp
lsindex.cpp
yes.cpp
version.cpp
listattr.cpp
setversion.cpp
shutdown.cpp
: be ;
StdBinCommands
roster.cpp
catattr.cpp
roster.cpp
catattr.cpp
: be stdc++.r4 ;
StdBinCommands
@@ -37,9 +36,10 @@ StdBinCommands
unmount.c
waitfor.c
whoami.c
;
;
#SubInclude OBOS_TOP src apps bin gnu ;
SubInclude OBOS_TOP src apps bin chkbfs ;
SubInclude OBOS_TOP src apps bin listdev ;
SubInclude OBOS_TOP src apps bin mkdos ;
SubInclude OBOS_TOP src apps bin pc ;