chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] [Chicken-bugs] #405: `srcdir' support


From: Chicken Scheme
Subject: [Chicken-janitors] [Chicken-bugs] #405: `srcdir' support
Date: Thu, 17 Jan 2008 08:59:58 -0000

#405: `srcdir' support
------------------------------------------------+---------------------------
 Reporter:  Ivan Shmakov <address@hidden>  |        Type:  defect      
   Status:  new                                 |    Priority:  minor       
Milestone:                                      |   Component:  build system
  Version:  2.7                                 |    Keywords:  srcdir      
------------------------------------------------+---------------------------
 It would be nice if the Chicken's build system had support for
         building outside of the source tree.  (For the numerous
         advantages it brings.)

         Please consider the patch attached.

         The usage is as follows:

 chicken $ mkdir /build/directory /build/directory/pcre

 chicken $ make -C /build/directory -f "$PWD"/Makefile srcdir="$PWD"
 ...MAKE-VARIABLES...

         or:

 chicken $ mkdir /build/directory /build/directory/pcre

 chicken $ cd /build/directory/

 directory $ make -f /where/is/chicken/Makefile srcdir=/where/is/chicken
 ...MAKE-VARIABLES...

         (Making the `pcre' variable is necessary unless building with
         USE_HOST_PCRE=1.)

-- 
Ticket URL: <http://trac.callcc.org/ticket/405>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler

reply via email to

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