зеркало из https://github.com/mozilla/pjs.git
Temporary hack for the NSS 3.4 update (BeOS port, etc.) Will remove
tomorrow. Modified files: Makefile.in security/manager/Makefile.in security/nss/makefile.win
This commit is contained in:
Родитель
480e7778fb
Коммит
de9dccd571
|
@ -326,3 +326,11 @@ export::
|
|||
distclean::
|
||||
cat unallmakefiles | $(XARGS) rm -f
|
||||
rm -f unallmakefiles $(DIST_GARBAGE)
|
||||
|
||||
# Temporary hack for NSS 3.4 landing (bug 116334, wtc@netscape.com)
|
||||
ifdef MOZ_PSM
|
||||
ifdef COMPILER_DEPEND
|
||||
depend::
|
||||
$(MAKE) -C security/manager depend
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -83,7 +83,7 @@ SUBMAKEFILES = boot/Makefile ssl/Makefile pki/Makefile
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
depend dependclean export::
|
||||
dependclean export::
|
||||
$(MAKE) -C boot $@
|
||||
$(MAKE) -C ssl $@
|
||||
$(MAKE) -C pki $@
|
||||
|
@ -115,7 +115,7 @@ endif
|
|||
$(MAKE) -C ssl $@
|
||||
$(MAKE) -C pki $@
|
||||
|
||||
clean clobber clobber_all realclean distclean::
|
||||
clean clobber clobber_all realclean distclean depend::
|
||||
$(MAKE) -C boot $@
|
||||
$(MAKE) -C ssl $@
|
||||
$(MAKE) -C pki $@
|
||||
|
|
|
@ -78,6 +78,7 @@ all:: export libs install
|
|||
install:: moz_import install_roots
|
||||
|
||||
depend::
|
||||
$(GMAKE) -C lib $(GMAKE_FLAGS) clean
|
||||
|
||||
export libs install clobber clobber_all clean::
|
||||
!if "$(MOZ_BITS)" == "16"
|
||||
|
|
Загрузка…
Ссылка в новой задаче