- add "-" to ignore failures. I want to build all directories, even
if some of them are failing.
This commit is contained in:
parent
f461ee0cf0
commit
791012c8da
@ -1,7 +1,7 @@
|
||||
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep test5-execsymbols test6-ltdlopen test7-win32dll test8-execlass test9-modclass test10-modvirtual test11-modglobalconstr
|
||||
|
||||
all: build_libltdl
|
||||
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i && make all; echo Leaving $$i;); done
|
||||
-for i in $(SUBDIRS); do (echo Entering $$i; cd $$i && make all; echo Leaving $$i;); done
|
||||
|
||||
build_libltdl:
|
||||
cd libltdl; make all
|
||||
|
Loading…
Reference in New Issue
Block a user