]> git.donarmstrong.com Git - lilypond.git/commit
patch::: 1.3.37.jcn2
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 22 Mar 2000 10:16:03 +0000 (11:16 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 22 Mar 2000 10:16:03 +0000 (11:16 +0100)
commita2441ac8c77d09651f4418bdb96bffea43066108
tree7f3b0ae9d570a47de01090e6828a49ccca5c5455
parent1d0c1b5899beabc7bc8a1f7b75a3387de08b9e92
patch::: 1.3.37.jcn2

1.3.37.jcn2
===========

* Fixed srcdir build, so that you can do:

      tar xzf releases/lilypond-x.y.z
      mkdir <build>
      cd <build>
      ../lilypond-x.y.z/configure
      make

  as with any other gnu package.  All build output goes to <build>/out.

* Changed and fixed use of different configurations, and different output
  directories.  Finally, you can use different configurations alongside
  eachother.  From make/stepmake.make:

      # Use alternate configurations alongside eachother:
      #
      #     ./configure --enable-configsuffix=debug
      #     make conf=debug
      #
      # uses config-debug.make and config-debug.h; output goes to out-debug.
      #

      # Use same configuration, but different output directory:
      #
      #     make out=WWW
      #
      # uses config.make and config.h; output goes to out-WWW.
      #
24 files changed:
CHANGES
VERSION
aclocal.m4
buildscripts/set-lily.sh
config.make.in
lily/GNUmakefile
ly/params.ly
make/mutopia-targets.make
make/srcdir.make.in [new file with mode: 0644]
make/stepmake.make
make/toplevel.make.in
stepmake/CHANGES
stepmake/aclocal.m4
stepmake/config.make.in
stepmake/configure.in
stepmake/make/srcdir.make.in [new file with mode: 0644]
stepmake/make/stepmake.make
stepmake/stepmake/c++-vars.make
stepmake/stepmake/executable-targets.make
stepmake/stepmake/executable-vars.make
stepmake/stepmake/generic-targets.make
stepmake/stepmake/generic-vars.make
stepmake/stepmake/library-targets.make
stepmake/stepmake/toplevel-targets.make