Renamed KernelAddon to R5KernelAddon to avoid confusion.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@224 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -349,9 +349,9 @@ rule Addon
|
|||||||
LINKFLAGS on $(1) += -nostart -Xlinker -soname=\"$(1)\" ;
|
LINKFLAGS on $(1) += -nostart -Xlinker -soname=\"$(1)\" ;
|
||||||
}
|
}
|
||||||
|
|
||||||
rule KernelAddon
|
rule R5KernelAddon
|
||||||
{
|
{
|
||||||
# KernelAddon <name> : <relpath> : <sources> ;
|
# R5KernelAddon <name> : <relpath> : <sources> ;
|
||||||
|
|
||||||
local sources = $(3) ;
|
local sources = $(3) ;
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ SubDir OBOS_TOP src add-ons kernel file_systems befs ;
|
|||||||
SubDirC++Flags $(defines) $(debug) ;
|
SubDirC++Flags $(defines) $(debug) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
KernelAddon obfs : [ FDirName kernel file_systems befs ] :
|
R5KernelAddon obfs : [ FDirName kernel file_systems befs ] :
|
||||||
BlockAllocator.cpp
|
BlockAllocator.cpp
|
||||||
BPlusTree.cpp
|
BPlusTree.cpp
|
||||||
cpp.cpp
|
cpp.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user