It now says if it succeeded as well as failed
This commit is contained in:
parent
b003f32e27
commit
13ca6c9946
@ -11,7 +11,7 @@ native: native.platform netsim.platform minimal-net.platform
|
||||
@mkdir -p $*
|
||||
@cp *.c $*
|
||||
@cp Makefile.platform $*/Makefile
|
||||
@(echo; echo ------------------- $* -------------------; \
|
||||
@((echo; echo ------------------- $* -------------------; \
|
||||
cd $* ; ($(MAKE) TARGET=$* >& /dev/null) ; \
|
||||
$(MAKE) TARGET=$*) >& $*.output || \
|
||||
$(MAKE) TARGET=$*) >& $*.output && echo "$* succeeded") || \
|
||||
(echo; echo "$* failed"; exit 1)
|
||||
|
Loading…
Reference in New Issue
Block a user