author | Mike Hommey <mh+mozilla@glandium.org> |
Thu, 07 Nov 2013 10:37:45 +0900 | |
changeset 153894 | a356d5b033172c56957d9865d431aa13d7f72db0 |
parent 153893 | efd4f2b7cdabc2ee23b4d3438b8ab4c26edb2b17 |
child 153895 | ef8689cf657afac632c04ffd226998df8384753e |
push id | 25613 |
push user | cbook@mozilla.com |
push date | Thu, 07 Nov 2013 12:16:38 +0000 |
treeherder | mozilla-central@21b77163bf9f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | gps |
bugs | 934332 |
milestone | 28.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
Makefile.in | file | annotate | diff | comparison | revisions |
--- a/Makefile.in +++ b/Makefile.in @@ -101,17 +101,17 @@ install-manifests: $(addprefix install-d .PHONY: $(addprefix install-dist-,$(install_manifests)) $(addprefix install-dist-,$(install_manifests)): install-dist-%: $(install_manifest_depends) $(call py_action,process_install_manifest,$(if $(NO_REMOVE),--no-remove )$(DIST)/$* _build_manifests/install/dist_$* $(if $(LIBXUL_SDK),,js/src/_build_manifests/install/dist_$*)) .PHONY: install-tests install-manifests: install-tests install-tests: $(install_manifest_depends) - $(call py_action,process_install_manifest,$(if $(NO_REMOVE),--no-remove )_tests _build_manifests/install/tests js/src/_build_manifests/install/tests) + $(call py_action,process_install_manifest,$(if $(NO_REMOVE),--no-remove )_tests _build_manifests/install/tests $(if $(LIBXUL_SDK),,js/src/_build_manifests/install/tests)) # _tests should be purged during cleaning. However, we don't want it purged # during PGO builds because it contains some auto-generated files. ifneq ($(filter-out maybe_clobber_profiledbuild,$(MAKECMDGOALS)),) GARBAGE_DIRS += _tests endif