зеркало из https://github.com/mozilla/gecko-dev.git
Bug 680534 - Clean up $(IDL_DIR) rule definition; r=khuey
This commit is contained in:
Родитель
f29f438288
Коммит
6910b74f15
|
@ -1550,9 +1550,6 @@ export:: FORCE
|
|||
@echo; sleep 2; false
|
||||
endif
|
||||
|
||||
$(IDL_DIR)::
|
||||
$(NSINSTALL) -D $@
|
||||
|
||||
# generate .h files from into $(XPIDL_GEN_DIR), then export to $(DIST)/include;
|
||||
# warn against overriding existing .h file.
|
||||
$(XPIDL_GEN_DIR)/.done:
|
||||
|
@ -1623,14 +1620,8 @@ endif # XPIDLSRCS
|
|||
|
||||
|
||||
|
||||
#
|
||||
# General rules for exporting idl files.
|
||||
#
|
||||
# WORK-AROUND ONLY, for mozilla/tools/module-deps/bootstrap.pl build.
|
||||
# Bug to fix idl dependency problems w/o this extra build pass is
|
||||
# http://bugzilla.mozilla.org/show_bug.cgi?id=145777
|
||||
#
|
||||
$(IDL_DIR)::
|
||||
$(IDL_DIR):
|
||||
$(NSINSTALL) -D $@
|
||||
|
||||
export-idl:: $(SUBMAKEFILES) $(MAKE_DIRS)
|
||||
|
|
|
@ -1550,9 +1550,6 @@ export:: FORCE
|
|||
@echo; sleep 2; false
|
||||
endif
|
||||
|
||||
$(IDL_DIR)::
|
||||
$(NSINSTALL) -D $@
|
||||
|
||||
# generate .h files from into $(XPIDL_GEN_DIR), then export to $(DIST)/include;
|
||||
# warn against overriding existing .h file.
|
||||
$(XPIDL_GEN_DIR)/.done:
|
||||
|
@ -1623,14 +1620,8 @@ endif # XPIDLSRCS
|
|||
|
||||
|
||||
|
||||
#
|
||||
# General rules for exporting idl files.
|
||||
#
|
||||
# WORK-AROUND ONLY, for mozilla/tools/module-deps/bootstrap.pl build.
|
||||
# Bug to fix idl dependency problems w/o this extra build pass is
|
||||
# http://bugzilla.mozilla.org/show_bug.cgi?id=145777
|
||||
#
|
||||
$(IDL_DIR)::
|
||||
$(IDL_DIR):
|
||||
$(NSINSTALL) -D $@
|
||||
|
||||
export-idl:: $(SUBMAKEFILES) $(MAKE_DIRS)
|
||||
|
|
Загрузка…
Ссылка в новой задаче