diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-04-20 21:51:13 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-04-20 21:51:13 -0700 |
commit | 0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f (patch) | |
tree | 8e92855ca319d80b5a226e3343b97c2b4473a846 /webbrowser/build.mk | |
parent | c51a3327b19aadbbc4467263c715d585aef3ca79 (diff) | |
download | webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar.gz webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar.lz webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.tar.xz webbrowser-0aa54a6b9135406fffcf52f43f69f8fbb5cdb19f.zip |
make webbrowser build with comm configuration and remove more Windows cruft
Diffstat (limited to 'webbrowser/build.mk')
-rw-r--r-- | webbrowser/build.mk | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/webbrowser/build.mk b/webbrowser/build.mk index 62f25ce..da8734f 100644 --- a/webbrowser/build.mk +++ b/webbrowser/build.mk @@ -1,48 +1,44 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - installer: - @$(MAKE) -C application/webbrowser/installer installer + @$(MAKE) -C webbrowser/installer installer package: - @$(MAKE) -C application/webbrowser/installer make-archive + @$(MAKE) -C webbrowser/installer make-archive l10n-package: - @$(MAKE) -C application/webbrowser/installer make-langpack + @$(MAKE) -C webbrowser/installer make-langpack mozpackage: - @$(MAKE) -C application/webbrowser/installer + @$(MAKE) -C webbrowser/installer package-compare: - @$(MAKE) -C application/webbrowser/installer package-compare + @$(MAKE) -C webbrowser/installer package-compare stage-package: - @$(MAKE) -C application/webbrowser/installer stage-package make-buildinfo-file + @$(MAKE) -C webbrowser/installer stage-package make-buildinfo-file install:: - @$(MAKE) -C application/webbrowser/installer install + @$(MAKE) -C webbrowser/installer install clean:: - @$(MAKE) -C application/webbrowser/installer clean + @$(MAKE) -C webbrowser/installer clean distclean:: - @$(MAKE) -C application/webbrowser/installer distclean + @$(MAKE) -C webbrowser/installer distclean source-package:: - @$(MAKE) -C application/webbrowser/installer source-package + @$(MAKE) -C webbrowser/installer source-package upload:: - @$(MAKE) -C application/webbrowser/installer upload + @$(MAKE) -C webbrowser/installer upload source-upload:: - @$(MAKE) -C application/webbrowser/installer source-upload + @$(MAKE) -C webbrowser/installer source-upload hg-bundle:: - @$(MAKE) -C application/webbrowser/installer hg-bundle + @$(MAKE) -C webbrowser/installer hg-bundle l10n-check:: - @$(MAKE) -C application/webbrowser/locales l10n-check + @$(MAKE) -C webbrowser/locales l10n-check ifdef ENABLE_TESTS # Implemented in testing/testsuite-targets.mk |