Commit 6a790db7 authored by Rafaël Carré's avatar Rafaël Carré

contribs: make it explicit that (unused) mozilla target is macosx only

parent 6de4a565
......@@ -8,5 +8,5 @@ all: .autoconf .automake .libtool .intl .pkgcfg .freetype .fribidi \
.dca .tag .x264 .goom2k4 .lua .zvbi .fontconfig .ncurses .aclocal
# .expat .clinkcc don't work with SDK yet
# .glib .IDL .gecko are required to build the mozilla plugin
# .mozilla will build an entire mozilla. it can be used if we need to create a new .gecko package
# .mozilla-macosx will build an entire mozilla. it can be used if we need to create a new .gecko package
......@@ -1870,7 +1870,7 @@ CLEAN_PKG += gecko-sdk-win32
DISTCLEAN_PKG += gecko-sdk-i586-pc-msvc-1.8b1.zip libIDL-0.6.3-win32-bin.zip glib-19990228.zip
# ***************************************************************************
# mozilla
# mozilla-macosx
# ***************************************************************************
mozilla-source-$(MOZILLA_VERSION).tar.bz2:
......@@ -1879,12 +1879,12 @@ mozilla-source-$(MOZILLA_VERSION).tar.bz2:
mozilla: mozilla-source-$(MOZILLA_VERSION).tar.bz2
$(EXTRACT_BZ2)
.mozilla: mozilla
.mozilla-macosx: mozilla-macosx
(cd $<; ./configure --prefix=$(PREFIX) --enable-default-toolkit=mac --enable-standalone-modules=xpcom,plugin && make && make install)
touch $@
CLEAN_FILE += .mozilla
CLEAN_PKG += mozilla
CLEAN_FILE += .mozilla-macosx
CLEAN_PKG += mozilla-macosx
DISTCLEAN_PKG += mozilla-source-$(MOZILLA_VERSION).tar.bz2
# ***************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment