mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
noux: include noux.mk via select_from_repositories
This enables noux packages to be built via the depot tools.
This commit is contained in:
committed by
Christian Helmuth
parent
601e0a8950
commit
ae3664f4a0
@@ -11,4 +11,4 @@ CFLAGS += -DNO_MAIN_ENV_ARG=1
|
||||
# Prevent interactions with nonexisting tty driver
|
||||
CFLAGS += -DNO_TTY_DRIVER
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -12,4 +12,4 @@ MAKE_ENV = $(ENV)
|
||||
|
||||
PKG_DIR = $(call select_from_ports,binutils)/src/noux-pkg/binutils
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -8,4 +8,4 @@ CONFIGURE_ARGS = --disable-acl --disable-largefile --disable-xattr \
|
||||
CPPFLAGS += -U__ELF__
|
||||
MAKE_ENV += "MAKEINFO=true"
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -1 +1 @@
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -8,4 +8,4 @@ CONFIGURE_FLAGS = --disable-tls --enable-fsck
|
||||
#
|
||||
CFLAGS += -D__BSD_VISIBLE
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -1 +1 @@
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -53,7 +53,7 @@ Makefile: dummy_libs
|
||||
|
||||
LIBS += libc libm posix libc_noux stdcxx
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
#
|
||||
# We have to specify 'LINK_ITEMS' twice to resolve inter-library dependencies.
|
||||
|
||||
@@ -15,4 +15,4 @@ MAKE_ENV += "MAKEINFO=true"
|
||||
|
||||
INSTALL_TARGET = install
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -2,4 +2,4 @@ CONFIGURE_FLAGS = --without-included-regex
|
||||
|
||||
LIBS += pcre
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -16,4 +16,4 @@ libncursesw.a:
|
||||
|
||||
INSTALL_TARGET = install
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -39,4 +39,4 @@ libz.a:
|
||||
|
||||
INSTALL_TARGET = install
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
#
|
||||
CPPFLAGS += -D__FreeBSD__
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -2,4 +2,4 @@ TARGET = netcat
|
||||
|
||||
LIBS = libc_resolv
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -64,4 +64,4 @@ libssl.a:
|
||||
libz.a:
|
||||
$(VERBOSE)$(AR) -rc $@
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -7,4 +7,4 @@ LIBS += pcre
|
||||
#
|
||||
#CPPFLAGS += -D__FreeBSD__
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -1 +1 @@
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
@@ -29,7 +29,7 @@ INSTALL_TARGET = install
|
||||
|
||||
LIBS += ncurses
|
||||
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
env.sh: mirror_vim_src.tag flush_config_cache.tag
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
include $(REP_DIR)/mk/noux.mk
|
||||
include $(call select_from_repositories,mk/noux.mk)
|
||||
|
||||
Reference in New Issue
Block a user