Since objects/.../system/kernel is now a directory, the kernel target is now
called kernel_${arch} like on disk. A "jam kernel" will still work, though.
Also updated all those Jamfiles I forgot to update before.
Since makehdimage now runs through (and even builds a working image), I guess
most of the consequences of the "kernel/core" -> "system/kernel" rename task
are solved.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12364 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -10,6 +10,7 @@ Server syslog_daemon :
|
||||
listener_output.cpp
|
||||
|
||||
# that's for a successful build on R5
|
||||
# ToDo: this can be removed for the Haiku build
|
||||
strlcpy.c
|
||||
;
|
||||
|
||||
@@ -17,4 +18,4 @@ LinkSharedOSLibs syslog_daemon : be ;
|
||||
|
||||
SEARCH on [ FGristFiles
|
||||
strlcpy.c
|
||||
] = [ FDirName $(OBOS_TOP) src kernel libroot posix string ] ;
|
||||
] = [ FDirName $(OBOS_TOP) src system libroot posix string ] ;
|
||||
|
||||
Reference in New Issue
Block a user