This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to prevent flash tests from being built?


On 2006-12-02, Grant Edwards <grante@visi.com> wrote:
> I'm trying to build network test programs, but "make tests"
> keeps failing while trying to build flash tests.
>
> make -r -C io/flash/current tests
> make[1]: Entering directory /nios/work/ecos-build/io/flash/current'
> make[1]: *** No rule to make target tests/flash1.d', needed by tests.stamp'.  Stop.
> make[1]: Leaving directory /nios/work/ecos-build/io/flash/current'
> make: *** [tests] Error 2
>
> How do I prevent flash tests from being build by "make tests"?

editing io/flash/current/makefile and setting "TESTS" to the
empty string works, but there must be a proper way...

-- 
Grant Edwards                   grante             Yow!  I am having a
                                  at               pleasant time!!
                               visi.com            


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]