зеркало из https://github.com/mozilla/gecko-dev.git
Bug 991769 - Cleanup gtest libxul when doing make clean or distclean. r=mshal
This commit is contained in:
Родитель
63ea6f2df2
Коммит
6ade45f077
|
@ -2,6 +2,12 @@
|
|||
# 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/.
|
||||
|
||||
# Enforce that the clean/distclean rules removes everything that needs
|
||||
# to be removed from this directory.
|
||||
ifneq (,$(filter clean distclean,$(MAKECMDGOALS))
|
||||
LINK_GTEST = 1
|
||||
endif
|
||||
|
||||
ifndef LINK_GTEST
|
||||
# Force to not include backend.mk unless LINK_GTEST is defined.
|
||||
# Not including backend.mk makes traversing this directory do nothing.
|
||||
|
|
Загрузка…
Ссылка в новой задаче