]> git.donarmstrong.com Git - lilypond.git/commitdiff
dump profile info for test too. release/2.11.7-1
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 1 Jan 2007 17:49:24 +0000 (18:49 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 1 Jan 2007 17:49:24 +0000 (18:49 +0100)
GNUmakefile.in
lily/stencil-scheme.cc
scm/lily.scm

index 7fa0e1e7cc24097e267fc039115ffb544e615820..04a002a282990b69939415516084896dc5c72d90 100644 (file)
@@ -211,7 +211,7 @@ test-clean:
 
 test:
 ## no aa-scaling, no PDF
-       $(MAKE) -C input/regression/ out=test LILYPOND_BOOK_LILYPOND_FLAGS="--backend=eps --formats=ps,png $(LILYPOND_JOBS) -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-test/collated-files.html 
+       $(MAKE) -C input/regression/ out=test LILYPOND_BOOK_LILYPOND_FLAGS="--backend=eps --formats=ps,png $(LILYPOND_JOBS) -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-test/collated-files.html 
        @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\version' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g' 
 
 
index 2669e14808b2ad8f12def8efed9e8d8585008d77..3d0e371e130079003543e19f52950a5f4c6230b1 100644 (file)
@@ -105,6 +105,8 @@ LY_DEFINE (ly_stencil_moved_to_edge, "ly:stencil-moved-to-edge",
 {
   /*
     C&P from combine-at-edge.
+
+    fixme: just used once.
   */
   Stencil *s1 = unsmob_stencil (first);
   Stencil *s2 = unsmob_stencil (second);
index bd6a95be446af7e8eca09ce7d145dad1d7465261..d63890af0aca443419ab691ce6cc9029997ac2d3 100644 (file)
@@ -372,7 +372,6 @@ The syntax is the same as `define*-public'."
       ((outname (format "~a.profile" (basename name ".ly")))
        (diff (map (lambda (y) (apply - y)) (zip this last))))
     
-    (display diff)
     (ly:progress "\nWriting timing to ~a..." outname)
     (format (open-file outname "w")
            "time: ~a"