[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue 979 in lilypond: waf build system
From: |
lilypond |
Subject: |
Re: Issue 979 in lilypond: waf build system |
Date: |
Sat, 13 Feb 2010 02:24:06 +0000 |
Comment #1 on issue 979 by percival.music.ca: waf build system
http://code.google.com/p/lilypond/issues/detail?id=979
Work on this is currently stuck because the below doesn't work (waf barfs
when
there's an output file with the same name as the input filename). Somebody
needs to
coordinate with the waf people.
$ touch c e
$ echo wscript
#! /usr/bin/env python
# encoding: utf-8
VERSION='0.0.1'
APPNAME='test'
srcdir = '.'
blddir = 'build'
def configure(conf):
pass
def build(bld):
bld.new_task_gen(source='c', target='d', rule='cp ${SRC} ${TGT}')
bld.new_task_gen(source='e', target='e', rule='cp ${SRC} ${TGT}')
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Issue 979 in lilypond: waf build system,
lilypond <=