All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eli Carter <eli.carter@inet.com>
To: Daniel Pezoa <dpforos@yahoo.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: TOPDIR kernel variable
Date: Tue, 19 Aug 2003 14:53:53 -0500	[thread overview]
Message-ID: <3F428051.3090207@inet.com> (raw)
In-Reply-To: 20030814231959.22781.qmail@web11204.mail.yahoo.com

Daniel Pezoa wrote:
> Hello Kernel Community !!  :-)
> 
> I'am compiling lirc software, the kernel source is
> needed to make them, but when i attemt to make them it
> fail because the environment variable TOPDIR is not
> set, looking for the origin of the problem, the script
> that fail is "pathdown.sh", one tiny script of the
> kernel, it fails when is trying to assign
> TP=${TOPDIR:). Reading more i found in the Kernel
> Makefile the line 
> 
> TOPDIR := $(shell /bin/pwd)
> 
> that command should solve my problem but if i launch
> them in the console, it give me the following errors
> in the screen ouput:
> 
> bash: shell: command not found
> bash: TOPDIR:=: command not found

Commands in a Makefile are for make, not commands that bash (your shell) 
will understand.  (If I understand what you said above, that is.)

> What is the intention of the environment variable
> TOPDIR and how can i give them a valid value?

If that is in the Makefile, try
make TOPDIR=...

HTH,

Eli
--------------------. "If it ain't broke now,
Eli Carter           \                  it will be soon." -- crypto-gram
eli.carter(a)inet.com `-------------------------------------------------


      parent reply	other threads:[~2003-08-19 19:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-14 23:19 TOPDIR kernel variable Daniel Pezoa
2003-08-15  1:14 ` Herbert Pötzl
2003-08-19 19:53 ` Eli Carter [this message]

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=3F428051.3090207@inet.com \
    --to=eli.carter@inet.com \
    --cc=dpforos@yahoo.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.