Never used strlcpy() when compiled for R5, dunno why Jerome added this.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13804 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,12 +9,6 @@ if ! $(DANO_COMPATIBLE) {
|
|||||||
SubDirC++Flags $(defines) ;
|
SubDirC++Flags $(defines) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
local r5_src = strlcpy.c ;
|
|
||||||
|
|
||||||
if $(HAIKU_COMPATIBLE) {
|
|
||||||
r5_src = ;
|
|
||||||
}
|
|
||||||
|
|
||||||
App DiskProbe :
|
App DiskProbe :
|
||||||
DiskProbe.cpp
|
DiskProbe.cpp
|
||||||
DataEditor.cpp
|
DataEditor.cpp
|
||||||
@@ -26,7 +20,6 @@ App DiskProbe :
|
|||||||
ProbeView.cpp
|
ProbeView.cpp
|
||||||
OpenWindow.cpp
|
OpenWindow.cpp
|
||||||
FindWindow.cpp
|
FindWindow.cpp
|
||||||
$(r5_src)
|
|
||||||
: libbe.so libtracker.so libtranslation.so
|
: libbe.so libtracker.so libtranslation.so
|
||||||
: DiskProbe.rdef
|
: DiskProbe.rdef
|
||||||
;
|
;
|
||||||
@@ -34,7 +27,3 @@ App DiskProbe :
|
|||||||
if $(HAIKU_COMPATIBLE) {
|
if $(HAIKU_COMPATIBLE) {
|
||||||
LinkSharedOSLibs DiskProbe : libroot.so ;
|
LinkSharedOSLibs DiskProbe : libroot.so ;
|
||||||
}
|
}
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
|
||||||
strlcpy.c
|
|
||||||
] = [ FDirName $(OBOS_TOP) src system libroot posix string ] ;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user