noux: include noux.mk via select_from_repositories

This enables noux packages to be built via the depot tools.
This commit is contained in:
Norman Feske 2017-05-14 21:59:34 +02:00 committed by Christian Helmuth
parent 601e0a8950
commit ae3664f4a0
18 changed files with 18 additions and 18 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -1 +1 @@
include $(REP_DIR)/mk/noux.mk
include $(call select_from_repositories,mk/noux.mk)

View File

@ -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)

View File

@ -1 +1 @@
include $(REP_DIR)/mk/noux.mk
include $(call select_from_repositories,mk/noux.mk)

View File

@ -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.

View File

@ -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)

View File

@ -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)

View File

@ -16,4 +16,4 @@ libncursesw.a:
INSTALL_TARGET = install
include $(REP_DIR)/mk/noux.mk
include $(call select_from_repositories,mk/noux.mk)

View File

@ -39,4 +39,4 @@ libz.a:
INSTALL_TARGET = install
include $(REP_DIR)/mk/noux.mk
include $(call select_from_repositories,mk/noux.mk)

View File

@ -3,4 +3,4 @@
#
CPPFLAGS += -D__FreeBSD__
include $(REP_DIR)/mk/noux.mk
include $(call select_from_repositories,mk/noux.mk)

View File

@ -2,4 +2,4 @@ TARGET = netcat
LIBS = libc_resolv
include $(REP_DIR)/mk/noux.mk
include $(call select_from_repositories,mk/noux.mk)

View File

@ -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)

View File

@ -7,4 +7,4 @@ LIBS += pcre
#
#CPPFLAGS += -D__FreeBSD__
include $(REP_DIR)/mk/noux.mk
include $(call select_from_repositories,mk/noux.mk)

View File

@ -1 +1 @@
include $(REP_DIR)/mk/noux.mk
include $(call select_from_repositories,mk/noux.mk)

View File

@ -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

View File

@ -1 +1 @@
include $(REP_DIR)/mk/noux.mk
include $(call select_from_repositories,mk/noux.mk)