Don't build the userland add-ons here anymore.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10173 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,12 +8,11 @@ KernelAddon amiga_rdb : kernel partitioning_systems :
|
|||||||
amiga_rdb.cpp
|
amiga_rdb.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
# For now build a userland version only.
|
#Addon <partitioning_system>amiga_rdb : userland partitioning_systems :
|
||||||
Addon <partitioning_system>amiga_rdb : userland partitioning_systems :
|
# amiga_rdb.cpp
|
||||||
amiga_rdb.cpp
|
# ;
|
||||||
;
|
#
|
||||||
|
#LinkSharedOSLibs <partitioning_system>amiga_rdb :
|
||||||
LinkSharedOSLibs <partitioning_system>amiga_rdb :
|
# libkernelland_emu.so
|
||||||
libkernelland_emu.so
|
# libdisk_device_manager.so
|
||||||
libdisk_device_manager.so
|
# ;
|
||||||
;
|
|
||||||
|
|||||||
@@ -8,12 +8,11 @@ KernelAddon apple : kernel partitioning_systems :
|
|||||||
apple.cpp
|
apple.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
# For now build a userland version only.
|
#Addon <partitioning_system>apple : userland partitioning_systems :
|
||||||
Addon <partitioning_system>apple : userland partitioning_systems :
|
# apple.cpp
|
||||||
apple.cpp
|
# ;
|
||||||
;
|
#
|
||||||
|
#LinkSharedOSLibs <partitioning_system>apple :
|
||||||
LinkSharedOSLibs <partitioning_system>apple :
|
# libkernelland_emu.so
|
||||||
libkernelland_emu.so
|
# libdisk_device_manager.so
|
||||||
libdisk_device_manager.so
|
# ;
|
||||||
;
|
|
||||||
|
|||||||
@@ -17,18 +17,16 @@ local session_files =
|
|||||||
session.cpp
|
session.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
Objects $(session_files) ;
|
|
||||||
|
|
||||||
KernelAddon session : kernel partitioning_systems :
|
KernelAddon session : kernel partitioning_systems :
|
||||||
[ FGristFiles $(session_files:S=$(SUFOBJ)) ]
|
$(session_files)
|
||||||
;
|
;
|
||||||
|
|
||||||
# also build a userland version
|
# also build a userland version
|
||||||
Addon <partitioning_system>session : userland partitioning_systems :
|
#Addon <partitioning_system>session : userland partitioning_systems :
|
||||||
[ FGristFiles $(session_files:S=$(SUFOBJ)) ]
|
# [ FGristFiles $(session_files:S=$(SUFOBJ)) ]
|
||||||
;
|
#;
|
||||||
|
#
|
||||||
LinkSharedOSLibs <partitioning_system>session :
|
#LinkSharedOSLibs <partitioning_system>session :
|
||||||
libkernelland_emu.so
|
# libkernelland_emu.so
|
||||||
libdisk_device_manager.so
|
# libdisk_device_manager.so
|
||||||
;
|
#;
|
||||||
|
|||||||
Reference in New Issue
Block a user