From deaa8283750e790090b4e1d94ec5ac572cbd2cc6 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Wed, 3 Jan 2007 20:26:35 +0000 Subject: - added exit when compiling inside a subdir fails --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84a5680..e66bc19 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.15 2007/01/03 19:33:54 tadi Exp $ +# $Id: Makefile,v 1.16 2007/01/03 20:26:35 lordjaxom Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -85,7 +85,7 @@ $(DEPFILE): Makefile SUBDIRS: @for dir in $(SUBDIRS); do \ - make -C $$dir CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" ; \ + make -C $$dir CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" || exit 1; \ done libvdr-$(PLUGIN).so: $(PLUGINOBJS) $(LIBS) -- cgit v1.2.3