зеркало из https://github.com/mozilla/pjs.git
Fix for the problem of GtkMozilla not being properly cleaned up from client.mk's cleansrcdir target.
This commit is contained in:
Родитель
75daffe520
Коммит
5843ef4e5c
|
@ -288,6 +288,9 @@ cleansrcdir:
|
|||
if [ -f Makefile ]; then \
|
||||
$(MAKE) realclean && _skip_find=1; \
|
||||
fi; \
|
||||
if [ -f webshell/embed/gtk/Makefile ]; then \
|
||||
$(MAKE) -C webshell/embed/gtk distclean; \
|
||||
fi \
|
||||
if [ ! "$$_skip_find" ]; then \
|
||||
echo "Removing object files from srcdir..."; \
|
||||
rm -fr `find . -type d \( -name .deps -print -o -name CVS \
|
||||
|
|
|
@ -37,7 +37,7 @@ libs::
|
|||
install::
|
||||
@cd gtk && $(MAKE) install && cd ..
|
||||
|
||||
clean clobber distclean::
|
||||
clean clobber realclean distclean::
|
||||
@cd gtk && $(MAKE) distclean && cd ..
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче