All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <jdelvare@suse.de>
To: michael.asher@omron.com
Cc: linux-i2c@vger.kernel.org
Subject: Re: make file missing ?
Date: Fri, 21 May 2021 12:55:51 +0200	[thread overview]
Message-ID: <20210521125551.2d3019e7@endymion> (raw)
In-Reply-To: <OSAPR01MB3204BE31C15A2C49AA9BACF1E0479@OSAPR01MB3204.jpnprd01.prod.outlook.com>

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

           reply	other threads:[~2021-05-21 10:55 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <OSAPR01MB3204BE31C15A2C49AA9BACF1E0479@OSAPR01MB3204.jpnprd01.prod.outlook.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210521125551.2d3019e7@endymion \
    --to=jdelvare@suse.de \
    --cc=linux-i2c@vger.kernel.org \
    --cc=michael.asher@omron.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.