linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Samuelson <peter@cadcamlab.org>
To: Marc Mutz <Marc@Mutz.com>
Cc: Android <android@turbosport.com>, linux-kernel@vger.kernel.org
Subject: [uPATCH] Re: Questions about Kernel 2.4.0.*
Date: Fri, 1 Dec 2000 12:27:36 -0600 (CST)	[thread overview]
Message-ID: <14887.60824.271322.811343@wire.cadcamlab.org> (raw)
In-Reply-To: <001c01c05a86$45bb6380$19211518@vnnys1.ca.home.com> <20001130060732.A14250@wire.cadcamlab.org> <3A27CB48.38A1907C@Mutz.com>


[Marc Mutz <Marc@Mutz.com>]
> Should that not be first converted to paths that contain no symlinks?

I agree.

--- Makefile~	Tue Nov 28 21:53:31 2000
+++ Makefile	Fri Dec  1 12:25:28 2000
@@ -10,7 +10,7 @@
 CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
 	  else if [ -x /bin/bash ]; then echo /bin/bash; \
 	  else echo sh; fi ; fi)
-TOPDIR	:= $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)
+TOPDIR	:= $(shell pwd -P)
 
 HPATH   	= $(TOPDIR)/include
 FINDHPATH	= $(HPATH)/asm $(HPATH)/linux $(HPATH)/scsi $(HPATH)/net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2000-12-01 18:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-30  4:30 Questions about Kernel 2.4.0.* Android
2000-11-30 12:07 ` Peter Samuelson
2000-12-01 16:01   ` Marc Mutz
2000-12-01 18:27     ` Peter Samuelson [this message]
2000-12-01 18:38       ` [uPATCH] " Marc Mutz
2000-12-01 20:26         ` Peter Samuelson

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=14887.60824.271322.811343@wire.cadcamlab.org \
    --to=peter@cadcamlab.org \
    --cc=Marc@Mutz.com \
    --cc=android@turbosport.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).