зеркало из https://github.com/mozilla/pjs.git
Bug #13782 r=ramiro
Fixed the various clean targets so that a distclean is only performed on GtkMozilla when explicitly asked for.
This commit is contained in:
Родитель
19d2005552
Коммит
46f425db3f
|
@ -37,7 +37,10 @@ libs::
|
|||
install::
|
||||
@cd gtk && $(MAKE) install && cd ..
|
||||
|
||||
clean clobber distclean::
|
||||
clean clobber clobber_all realclean::
|
||||
@cd gtk && $(MAKE) clean && cd ..
|
||||
|
||||
distclean::
|
||||
@cd gtk && $(MAKE) distclean && cd ..
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче