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:
Axel Dörfler
2005-04-13 14:49:55 +00:00
parent 4ce3301a57
commit 900849fa0d
12 changed files with 27 additions and 23 deletions
+2 -1
View File
@@ -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 ] ;