compile modules: make: `all' is up to date

Started by gerk.raisen, June 03, 2013, 05:54:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gerk.raisen

I receive this error trying to compile modules running make inside the MODULES folder

~/magic-lantern/modules# make clean
make: `clean' is up to date.

also

~/magic-lantern/modules# make
make: `all' is up to date.

Instead running make inside every specific plugin folder is ok.
What I'm doing wrong? :)

nanomad

You need to edit Makefile.modules.user and select which modules you want to build
EOS 1100D | EOS 650 (No, I didn't forget the D) | Ye Olde Canon EF Lenses ('87): 50 f/1.8 - 28 f/2.8 - 70-210 f/4 | EF-S 18-55 f/3.5-5.6 | Metz 36 AF-5

gerk.raisen

I have added

ML_MODULES_STATIC = file_man raw_rec
ML_MODULES_DYNAMIC =

and it works, thank you.

But I didn't understood exactly the difference between static and dynamic.

nanomad

In the future we may want to bundle some modules with ML, so we prepared the build system to support both scenarios. We are currently treating them the same way though
EOS 1100D | EOS 650 (No, I didn't forget the D) | Ye Olde Canon EF Lenses ('87): 50 f/1.8 - 28 f/2.8 - 70-210 f/4 | EF-S 18-55 f/3.5-5.6 | Metz 36 AF-5

1%

This helps a little, would be nice if it moved them to a "modules" folder together with renamed magic.sym

a1ex


1%


a1ex