RE: [AD] makefile.tst update |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
rpgrca@xxxxxxxxxx wrote:
>The following patch takes recursion out of makefile.tst (ie: it won't need
>to
>call MAKE again).
<snip patch>
i haven't tested it, but i beleive this patch won't work. -$(MAKE) will
call the tests recursively AND CONTINUE (!) if a test fails ensuring that
the 'root' make will continue and all tests are conducted. which doesn't
seem to be the case with this patch.
-henrik