unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@giblet.glug.org>
Cc: guile-user@gnu.org
Subject: Re: guile-1.6.0 build problem on Solaris 2.8 Intel
Date: Tue, 12 Nov 2002 10:54:01 -0800	[thread overview]
Message-ID: <E18BgAj-00043Q-00@giblet> (raw)
In-Reply-To: <E18BfqE-00042K-00@giblet> (message from Thien-Thi Nguyen on Tue, 12 Nov 2002 10:32:50 -0800)

   From: Thien-Thi Nguyen <ttn@giblet.glug.org>
   Date: Tue, 12 Nov 2002 10:32:50 -0800

   in ice-9/Makefile
            ^^^^^^^^

oops, this should be make-gbi.sed.

another approach (see appended patch) is to chop the label name at all
branch sites and at label site.  does this work?

thi

__________________________________________
diff -w -c -b -c -r1.1 make-gbi.sed
*** make-gbi.sed	3 Sep 2002 07:37:33 -0000	1.1
--- make-gbi.sed	12 Nov 2002 18:53:12 -0000
***************
*** 21,32 ****
  }
  
  # Keep these but for selected FOOdir, also generate pkgFOOdir.
! # Common tail (pkgguile) also does "/some/bar" -> "/some/bar/guile".
  
! /^...libdir /b pkgguile
! /^...datadir /b pkgguile
  /^...includedir /{
! : pkgguile
   h
   s/^\(...\)/\1pkg/
   s,\(..\)$,/guile\1,
--- 21,33 ----
  }
  
  # Keep these but for selected FOOdir, also generate pkgFOOdir.
! # Common tail (pkgg (was "pkgguile" but that annoys some seds))
! # also does "/some/bar" -> "/some/bar/guile".
  
! /^...libdir /b pkgg
! /^...datadir /b pkgg
  /^...includedir /{
! : pkgg
   h
   s/^\(...\)/\1pkg/
   s,\(..\)$,/guile\1,


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


      reply	other threads:[~2002-11-12 18:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-11  7:11 guile-1.6.0 build problem on Solaris 2.8 Intel Anant Tamgole
2002-11-11  8:02 ` Thien-Thi Nguyen
2002-11-12 18:06   ` Anant Tamgole
2002-11-12 18:32     ` Thien-Thi Nguyen
2002-11-12 18:54       ` Thien-Thi Nguyen [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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=E18BgAj-00043Q-00@giblet \
    --to=ttn@giblet.glug.org \
    --cc=guile-user@gnu.org \
    --cc=ttn@glug.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 read-only IMAP folder(s) and NNTP newsgroup(s).