genode/os/src/app/chroot/target.mk
Norman Feske 88aab61e09 Mechanism for using chroot on Linux
The new 'chroot' tool at 'os/src/app/chroot' allows for executing
subsystems within chroot jails on Linux. For using the tool, please
refer to the test case 'os/run/chroot.run'. Fixes #37
2012-04-20 11:21:24 +02:00

20 lines
786 B
Makefile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TARGET = chroot
REQUIRES = linux
SRC_CC = main.cc
LIBS = cxx env server lx_hybrid
#
# XXX find a way to remove superfluous warning:
#
# base/include/util/token.h: In constructor Genode::Config::Config():
# base/include/util/token.h:69:67: warning: ret may be used uninitialized in
# this function [-Wuninitialized]
# base/include/base/capability.h:196:62: note: ret was declared here
# base/include/util/token.h:100:68: warning: prephitmp.1897 may be used
# uninitialized in this function
# [-Wuninitialized]
# os/include/os/config.h:42:4: note: prephitmp.1897 was declared here
#
CC_WARN = -Wall -Wno-uninitialized