J
J
John_Paul_Jones2015-09-29 22:29:31
linux
John_Paul_Jones, 2015-09-29 22:29:31

What does the make samples command mean?

Guys help me need exact definitions!
./configure - compilation of source code into object files, right?
And things like
make install - ?
makeconfig - ?
make samples - ?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladimir Martyanov, 2015-09-29
@John_Paul_Jones

./configure - executes a file named configure from the current directory.
make abrakadabra - build a target with the name "abrakadabra", what it will do is written in the makefile

R
Ruslan Fedoseev, 2015-09-29
@martin74ua

make <parameter> - run build of target <parameter> from Makefile

G
Gregory, 2015-09-30
@grigruss

What is make

D
Dmitry Aitkulov, 2015-10-01
@Scarfase1989

collected recently an asterisk. Now, if you do not execute the command make samples, then the configuration files (with comments and examples) do not appear in the /etc/asterisk directory. something like this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question