bug 875549: mozbuild cleanup for HOST_CSRCS. r=gps

This commit is contained in:
Joey Armstrong 2013-06-18 09:10:50 -04:00
parent a3feed4a33
commit 7db6856a13
10 changed files with 7 additions and 19 deletions

View File

@ -21,7 +21,6 @@ STDCXX_COMPAT =
ifneq (WINNT,$(HOST_OS_ARCH))
HOST_PROGRAM = nsinstall_real$(HOST_BIN_SUFFIX)
DISABLED_HOST_CSRCS = nsinstall.c pathsub.c
endif
ifndef CROSS_COMPILE

View File

@ -16,6 +16,7 @@ endif
# responsibility between Makefile.in and mozbuild files.
_MOZBUILD_EXTERNAL_VARIABLES := \
DIRS \
HOST_CSRCS \
MODULE \
PARALLEL_DIRS \
TEST_DIRS \

View File

@ -16,7 +16,6 @@ VISIBILITY_FLAGS =
ifneq (WINNT,$(HOST_OS_ARCH))
HOST_PROGRAM = nsinstall_real$(HOST_BIN_SUFFIX)
DISABLED_HOST_CSRCS = nsinstall.c pathsub.c
endif
# IMPORTANT: Disable NSBUILDROOT for this directory only, otherwise we have

View File

@ -16,6 +16,7 @@ endif
# responsibility between Makefile.in and mozbuild files.
_MOZBUILD_EXTERNAL_VARIABLES := \
DIRS \
HOST_CSRCS \
MODULE \
PARALLEL_DIRS \
TEST_DIRS \

View File

@ -410,7 +410,6 @@ else
VPX_OIE_FORMAT := gas
endif
DISABLED_HOST_CSRCS = obj_int_extract.c
HOST_PROGRAM = host_obj_int_extract$(HOST_BIN_SUFFIX)
CSRCS += asm_com_offsets.c

View File

@ -34,7 +34,6 @@ CSRCS = \
randtable.c \
$(NULL)
DISABLED_HOST_CSRCS = $(CSRCS)
include $(topsrcdir)/config/rules.mk

View File

@ -20,16 +20,11 @@ endif
# This makefile just builds support for reading archives.
DISABLED_HOST_CSRCS = \
mar_create.c \
mar_extract.c \
mar_read.c \
$(NULL)
CSRCS = \
$(HOST_CSRCS) \
$(NULL)
CSRCS = \
mar_create.c \
mar_extract.c \
mar_read.c \
$(NULL)
include $(topsrcdir)/config/rules.mk

View File

@ -40,9 +40,6 @@ HOST_CFLAGS += \
$(DEFINES) \
$(NULL)
DISABLED_HOST_CSRCS = \
mar.c \
$(NULL)
DISABLED_CSRCS = $(HOST_CSRCS)
HOST_LIBS = $(DIST)/host/lib/$(LIB_PREFIX)hostmar.$(LIB_SUFFIX)

View File

@ -32,7 +32,6 @@ include $(DEPTH)/config/autoconf.mk
# This program is output to dist/host/bin because it is only needed by the
# build system and is not intended to be included in Mozilla distributions.
HOST_PROGRAM = mbsdiff$(BIN_SUFFIX)
DISABLED_HOST_CSRCS = bsdiff.c
ifdef MOZ_NATIVE_BZ2
HOST_LIBS += $(MOZ_BZ2_LIBS)

View File

@ -79,7 +79,6 @@ endif
ifneq (WINNT,$(OS_TARGET))
ifdef MOZ_CRASHREPORTER
DISABLED_HOST_CSRCS = $(CSRCS)
endif
endif