Hi,<br>
<br>
As I was trying to make mutt work on DSLinux, I found it difficult to
integrate the fact that configure generates Makefile and you basically
have to create one yourself to at least add the romfs: rule. Not to
mention configure has to be called with some environment variables
(CC=&quot;ucfront-gcc arm-linux-elf-gcc&quot; CFLAGS=&quot; -mswp-byte-writes
-DCONFIG_NDS_ROM8BIT&quot;&nbsp; LDFLAGS=&quot;-Wl,-elf2flt&quot;) which are already
in the scripts.<br>
<br>
So, please find attached a small script that adds the capability to
execute a Makefile.uClinux if it exists, otherwise uses the regular
Makefile.<br>
<br>
Also attached is my mutt Makefile.uClinux as an example of how easy it
is then to integrate new apps. Just have that Makefile.uClinux patch
the app, call configure, then make locally. And all the compile options
are already there during the configure, which makes it easier.<br>
<br>
Comments welcome, of course.<br>
<br>
--Vapula<br>
<br>
PS : how about moving to SVN, it should be lighter on the server, shouldn't it ?<br>