Re: make and package manager

Robert Heller <[email protected]>
Newsgroups gmane.linux.debian.user
Organization Deepwoods Software
Message-ID <[email protected]>
At Mon, 25 May 2026 11:27:17 -0600 William Torrez Corea <[email protected]> wrote:

> 
> What's the difference between *packaging* and *make*?

Make is a program the "makes" a program (or something).  This is generally 
done using a makefile (typically named Makefile), that contains rules (or 
recipies) detailing how to build each part (object file, library, executable, 
or whatever), listing what that part needs and the steps to build it.

Packaging is creating a "package", which is some sort of file containing a 
collection of files needed to "install" a program (or some other "thing") for 
use.

Make can be used to create a package, But that is not the main thing make 
does or is used for.

> 
> 
> With kindest regards, William.
> 
> *Larry Wall invented a messy programming language -- and changed the face
> of the Web*
> 
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.