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
|
||||
StdBinCommands
|
||||
boot_process_done.cpp
|
||||
catattr.cpp
|
||||
chop.c
|
||||
clear.c
|
||||
@@ -22,7 +21,6 @@ StdBinCommands
|
||||
# echo.c
|
||||
eject.c
|
||||
error.c
|
||||
fdinfo.cpp
|
||||
fortune.c
|
||||
finddir.c
|
||||
hd.c
|
||||
@@ -51,6 +49,14 @@ StdBinCommands
|
||||
# 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
|
||||
StdBinCommands
|
||||
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",
|
||||
areaInfo.area,
|
||||
areaInfo.name,
|
||||
(addr_t)areaInfo.address,
|
||||
// (addr_t)areaInfo.address,
|
||||
(uint32)areaInfo.address,
|
||||
areaInfo.size,
|
||||
areaInfo.ram_size,
|
||||
areaInfo.copy_count,
|
||||
|
||||
Reference in New Issue
Block a user