mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
*** empty log message ***
This commit is contained in:
parent
f8a226db72
commit
7609c24c5b
@ -954,13 +954,13 @@ export:: $(EXPORTS) $(PUBLIC)
|
||||
endif
|
||||
|
||||
################################################################################
|
||||
# Copy each element of PREF_JS_EXPORTS to $(DIST)/bin/components
|
||||
# Copy each element of PREF_JS_EXPORTS to $(DIST)/bin/defaults/pref
|
||||
|
||||
ifneq ($(PREF_JS_EXPORTS),)
|
||||
$(DIST)/bin/components::
|
||||
$(DIST)/bin/defaults/pref::
|
||||
@if test ! -d $@; then echo Creating $@; rm -rf $@; $(NSINSTALL) -D $@; else true; fi
|
||||
|
||||
export:: $(PREF_JS_EXPORTS) $(DIST)/bin/components
|
||||
export:: $(PREF_JS_EXPORTS) $(DIST)/bin/defaults/pref
|
||||
$(INSTALL) -m 444 $^
|
||||
endif
|
||||
|
||||
|
@ -25,5 +25,5 @@ include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(srcdir)/bookmarks.html $(DIST)/bin/defaults
|
||||
$(INSTALL) $(srcdir)/bookmarks.html $(DIST)/bin/defaults/profile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user