зеркало из https://github.com/mozilla/pjs.git
Turning on the Phoenix default profile
This commit is contained in:
Родитель
1f96692786
Коммит
d77c7e8a85
|
@ -42,6 +42,12 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = profile
|
||||
|
||||
PREF_JS_EXPORTS = \
|
||||
$(srcdir)/profile/all.js \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME), 1)
|
||||
PROGRAM = phoenix$(BIN_SUFFIX)
|
||||
else
|
||||
|
@ -91,10 +97,11 @@ phoenix:: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk
|
|||
|
||||
libs:: phoenix
|
||||
$(INSTALL) $< $(DIST)/bin
|
||||
|
||||
|
||||
install:: phoenix
|
||||
$(SYSINSTALL) $< $(DESTDIR)$(bindir)
|
||||
|
||||
GARBAGE += phoenix
|
||||
GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, all.js)
|
||||
|
||||
endif
|
||||
|
|
|
@ -28,10 +28,4 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
PREF_JS_EXPORTS = \
|
||||
$(srcdir)/content/all.js \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, all.js)
|
||||
|
|
Загрузка…
Ссылка в новой задаче