mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 21:52:44 +00:00
Fixing objdir bustage.
Added hack to remove .o from srcdir during export
This commit is contained in:
parent
a165972d6f
commit
ed2322fc69
@ -67,6 +67,10 @@ FORCE_USE_PIC = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# hack to work around objdir bustage
|
||||
export::
|
||||
rm -f $(XPCOM_GLUE_SRC_CSRCS:.cpp=.$(OBJ_SUFFIX))
|
||||
|
||||
DEFINES += \
|
||||
-D_IMPL_NS_COM \
|
||||
-D_IMPL_NS_BASE
|
||||
|
@ -50,7 +50,7 @@ LOCAL_INCLUDES = \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
$(XPCOM_GLUE_SRC_CSRCS) \
|
||||
$(XPCOM_GLUE_SRC_LCSRCS) \
|
||||
$(NULL)
|
||||
|
||||
SDK_BINARY = \
|
||||
@ -63,8 +63,13 @@ FORCE_STATIC_LIB = 1
|
||||
# Force use of PIC
|
||||
FORCE_USE_PIC = 1
|
||||
|
||||
GARBAGE += $(XPCOM_GLUE_SRC_LCSRCS) $(wildcard *.$(OBJ_SUFFIX))
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
export:: $(XPCOM_GLUE_SRC_CSRCS)
|
||||
$(INSTALL) $^ .
|
||||
|
||||
DEFINES += -D_IMPL_NS_COM_OFF
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user