All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Re: make file missing ?
       [not found] <OSAPR01MB3204BE31C15A2C49AA9BACF1E0479@OSAPR01MB3204.jpnprd01.prod.outlook.com>
@ 2021-05-21 10:55 ` Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2021-05-21 10:55 UTC (permalink / raw)
  To: michael.asher; +Cc: linux-i2c

Hi Michael,

On Wed, 21 Apr 2021 14:33:47 +0000, michael.asher@omron.com wrote:
> Build instructions say,
> "There's no configure script, so simply run "make" to build the library and tools"
> 
> However, upon downloading the *.tar, I found no make file.  I found a Module.mk.  Being a bit of a noob, I do not know how to proceed.

Which tarball, downloaded from which location?

# wget https://mirrors.edge.kernel.org/pub/software/utils/i2c-tools/i2c-tools-4.2.tar.xz
# tar -xf i2c-tools-4.2.tar.xz
# cd i2c-tools-4.2
# ls -g Makefile
-rw-r--r-- 1 users 1376 Sep 22  2020 Makefile

So the Makefile is definitely there. Module.mk files exist as well, in
different sub-directories, and they contain the actual build commands.
They are actually in Makefile format as well, but aren't
self-sufficient. The Makefile at the root of the project defines the
build settings and then glues all the individual Module.mk files
together in order to build the whole package.

Hope that helps,
-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-21 10:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <OSAPR01MB3204BE31C15A2C49AA9BACF1E0479@OSAPR01MB3204.jpnprd01.prod.outlook.com>
2021-05-21 10:55 ` make file missing ? Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.