guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile support in GNU make


From: Thien-Thi Nguyen
Subject: Re: Guile support in GNU make
Date: Sun, 15 Jan 2012 13:33:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Oh yeah, i forgot: I think Make vars should not be
accessed by a Scheme string, but rather a symbol:

(define (gmk-var v)
  (or (symbol? v) (error "not a symbol:" v))
  (gmk-expand (format #f "$(~a)" (obj-to-str v))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]