Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
6a790db7
Commit
6a790db7
authored
Oct 21, 2007
by
Rafaël Carré
Browse files
contribs: make it explicit that (unused) mozilla target is macosx only
parent
6de4a565
Changes
2
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Distributions/darwin.mak
View file @
6a790db7
...
...
@@ -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
extras/contrib/src/Makefile
View file @
6a790db7
...
...
@@ -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
# ***************************************************************************
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment