Confined a couple of Haiku-only command-line apps to just Haiku builds
Tweaked a cast in listarea to permit R5 building git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18370 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+8
-2
@@ -12,7 +12,6 @@ AddResources hey : hey.rdef ;
|
|||||||
|
|
||||||
# standard commands that don't need any additional library
|
# standard commands that don't need any additional library
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
boot_process_done.cpp
|
|
||||||
catattr.cpp
|
catattr.cpp
|
||||||
chop.c
|
chop.c
|
||||||
clear.c
|
clear.c
|
||||||
@@ -22,7 +21,6 @@ StdBinCommands
|
|||||||
# echo.c
|
# echo.c
|
||||||
eject.c
|
eject.c
|
||||||
error.c
|
error.c
|
||||||
fdinfo.cpp
|
|
||||||
fortune.c
|
fortune.c
|
||||||
finddir.c
|
finddir.c
|
||||||
hd.c
|
hd.c
|
||||||
@@ -51,6 +49,14 @@ StdBinCommands
|
|||||||
# whoami.c
|
# whoami.c
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# Haiku-only commands which don't need another library
|
||||||
|
if $(TARGET_PLATFORM) != haiku {
|
||||||
|
StdBinCommands
|
||||||
|
boot_process_done.cpp
|
||||||
|
fdinfo.cpp
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
# standard commands that need libtermcap.a
|
# standard commands that need libtermcap.a
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
top.c
|
top.c
|
||||||
|
|||||||
+2
-1
@@ -59,7 +59,8 @@ list_areas_for_id(team_id id)
|
|||||||
printf("%5ld %32s %08lx %8lx %8lx %5ld %5ld %5ld\n",
|
printf("%5ld %32s %08lx %8lx %8lx %5ld %5ld %5ld\n",
|
||||||
areaInfo.area,
|
areaInfo.area,
|
||||||
areaInfo.name,
|
areaInfo.name,
|
||||||
(addr_t)areaInfo.address,
|
// (addr_t)areaInfo.address,
|
||||||
|
(uint32)areaInfo.address,
|
||||||
areaInfo.size,
|
areaInfo.size,
|
||||||
areaInfo.ram_size,
|
areaInfo.ram_size,
|
||||||
areaInfo.copy_count,
|
areaInfo.copy_count,
|
||||||
|
|||||||
Reference in New Issue
Block a user