lilypond-devel
[Top][All Lists]
Advanced

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

Re: osx compatibility: stepmake/stepmake/c++-rules.make


From: Johannes Schindelin
Subject: Re: osx compatibility: stepmake/stepmake/c++-rules.make
Date: Fri, 16 Dec 2005 01:52:06 +0100 (CET)

Hi,

On Fri, 16 Dec 2005, Han-Wen Nienhuys wrote:

> this is getting out of hand.  I will not accept gratuitous ifdefs all 
> over the code. Complain with the fink maintainers for shipping a broken 
> flex.

Well, I do not mind not having it in CVS. But it was worth sending to the 
list, because Darwin/MacOSX people (still a minority) can apply it 
themselves.

Besides, fink is no longer maintained for 10.2.8 as far as I know.

In related news:

[PATCH] Some find(1) programs always require a path

---

 GNUmakefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

6f1ecf8e6f11c29724ac1252c71c3432a8eee842
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 33c9afb..3548dc0 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -81,7 +81,7 @@ local-WWW-post:
        cat $(outdir)/weblist | (cd $(top-build-dir); tar -cf-  -T- ) | \
                tar -C $(outdir)/web-root/ -xf -  
        cd $(outdir)/web-root/ &&  \
-               for a in `find -name out-www`; do \
+               for a in `find . -name out-www`; do \
                        mv $$a/* $$a/.. ; \
                        rmdir $$a ; \
                done
-- 
0.99.9.GIT




reply via email to

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