From 06efe50042e7a6706e0c27e03c2e9e369ba32c70 Mon Sep 17 00:00:00 2001 From: kergoth Date: Fri, 24 Jan 2003 01:10:03 +0000 Subject: Alter the lupdate and lrelease toplevel runs to not fail out on individual failures. --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7646446..685d213 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,10 @@ export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) endif -all clean lupdate lrelease install ipk: $(SUBDIRS) +all clean install ipk: $(SUBDIRS) + +lupdate lrelease: + @for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done; $(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers $(OPIEDIR)/stamp-headers) \ $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11 $(OPIEDIR)/stamp-headers-x11 ) \ -- cgit v0.9.0.2