meta: replace systemd and ldd with herdd and nsd
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
file(GLOB sources *.c)
|
||||
add_executable(systemd ${sources})
|
||||
target_link_libraries(systemd libc libc-runtime libpthread liblaunch libmango)
|
||||
|
||||
sysroot_add_program(
|
||||
NAME systemd
|
||||
BIN_DIR /usr/bin)
|
||||
bsp_add_program(
|
||||
NAME systemd
|
||||
BIN_DIR /usr/bin)
|
||||
@@ -1,14 +0,0 @@
|
||||
#include <mango/log.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, const char *argv[])
|
||||
{
|
||||
kern_logf("systemd");
|
||||
kern_logf("args:");
|
||||
|
||||
for (int i = 0; i < argc; i++) {
|
||||
kern_logf("[%d]: %s", i, argv[i]);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user