unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@gmail.com>
To: Mark H Weaver <mhw@netris.org>, Eric Bavier <ericbavier@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add Glulxe.
Date: Wed, 03 Dec 2014 19:27:04 +0800	[thread overview]
Message-ID: <87a9352ctz.fsf@gmail.com> (raw)
In-Reply-To: <87r3wh71z6.fsf@yeeloong.lan>

Mark H Weaver <mhw@netris.org> writes:

> Eric Bavier <ericbavier@gmail.com> writes:
>
>> This is a bit terse, IMHO.  Perhaps something like:
>>
>> (let* ((out (assoc-ref outputs "out"))
>>        (inc (string-append out "/include")))
>>   (begin
>>     (mkdir-p inc)
>>     (for-each
>>       (lambda (f) (copy-file f (string-append inc "/" f)))
>>       '("glk.h" "glkstart.h" "gi_blorb.h" "gi_dispa.h" "Make.glkterm"))
>>     (mkdir-p lib)
>>     (copy-file "libglkterm.a" (string-append out "/lib/libglkterm.a"))))
>
> It's not important, but FYI the 'begin' above is not needed.  The 'let*'
> includes an implicit 'begin'.
Thanks! I'll be care next time :)
>
>       Mark

      reply	other threads:[~2014-12-03 11:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-18 16:01 [PATCH] gnu: Add Glulxe 宋文武
2014-11-18 16:45 ` Eric Bavier
2014-11-19 11:57   ` 宋文武
2014-11-19 15:49     ` Eric Bavier
2014-12-03  5:10   ` Mark H Weaver
2014-12-03 11:27     ` 宋文武 [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://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87a9352ctz.fsf@gmail.com \
    --to=iyzsong@gmail.com \
    --cc=ericbavier@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).