Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 installer:
6 @echo 'XULRunner doesn't have an installer yet.'
8 package:
9 @$(MAKE) -C xulrunner/installer
11 install:
12 @$(MAKE) -C xulrunner/installer install
14 sdk:
15 @$(MAKE) -C xulrunner/installer make-sdk
17 distclean::
18 @$(MAKE) -C xulrunner/installer distclean
20 source-package::
21 @$(MAKE) -C xulrunner/installer source-package
23 upload::
24 @$(MAKE) -C xulrunner/installer upload
26 source-upload::
27 @$(MAKE) -C xulrunner/installer source-upload
29 hg-bundle::
30 @$(MAKE) -C xulrunner/installer hg-bundle
32 ifeq ($(OS_TARGET),Linux)
33 deb: package
34 @$(MAKE) -C xulrunner/installer deb
35 endif