"make menuselect" question

hi everyone
i’m installing the final package to use asterisk, which is “asterisk” :smile:
i was wondering if i wanted to add some features later, from the menuselect interface, is this the proper configuration:

make menuselect //and in there i apply the changes i need

make install

so if i run the make install after the new changes, that will only install new changes, it won’t reinstall everything from the groud up, am i right?

It’ll install pretty much everything, as it will change configuration header files that are included in most things. It won’t upset the configuration, as that is not installed by make install.

okay thanks for you help