From: Jan Nieuwenhuizen Date: Fri, 9 Aug 2002 12:39:27 +0000 (+0000) Subject: * stepmake/stepmake/python-module-rules.make: X-Git-Tag: release/1.5.72~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=46a3972bc05b0fbe77e1dcda58f5e2a83e71a79a;p=lilypond.git * stepmake/stepmake/python-module-rules.make: * stepmake/stepmake/python-module-vars.make: * stepmake/stepmake/shared-library-vars.make: Add Cygwin support. * stepmake/stepmake/generic-vars.make: * cygwin/GNUmakefile: Fix Cygwin build detection. * stepmake/stepmake/shared-library-rules.make: Remove version juggling. * stepmake/stepmake/shared-library-targets.make: Default target includes version, add target libFOO. * lily/main.cc: Temporary fix for access to scm_read_opts array from shared Cygwin library. --- diff --git a/ChangeLog b/ChangeLog index 30dfd3ab07..0ed5bfaeca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2002-08-09 Jan Nieuwenhuizen + + * stepmake/stepmake/python-module-rules.make: + * stepmake/stepmake/python-module-vars.make: + * stepmake/stepmake/shared-library-vars.make: Add Cygwin support. + + * stepmake/stepmake/generic-vars.make: + * cygwin/GNUmakefile: Fix Cygwin build detection. + + * stepmake/stepmake/shared-library-rules.make: Remove version juggling. + + * stepmake/stepmake/shared-library-targets.make: Default target + includes version, add target libFOO. + + * lily/main.cc: Temporary fix for access to scm_read_opts array + from shared Cygwin library. + 2002-08-08 Rune Zedeler * ly/property-init.ly: Added phrasingSlurUp, phrasingSlurDown and diff --git a/VERSION b/VERSION index ff1c00ed26..56c3ab2e1c 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 PATCH_LEVEL=71 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # Use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/cygwin/GNUmakefile b/cygwin/GNUmakefile index 314310b3ec..e5610e3777 100644 --- a/cygwin/GNUmakefile +++ b/cygwin/GNUmakefile @@ -6,11 +6,10 @@ EXTRA_DIST_FILES = README changelog mknetrel $(wildcard *.sh *.hint) STEPMAKE_TEMPLATES = install install-out -include $(depth)/make/stepmake.make +include $(depth)/make/stepmake.make # For cygwin builds only -target=$(shell gcc -dumpmachine) -ifeq ($(target),i686-pc-cygwin) +ifneq ($(CYGWIN_BUILD),) POST_INSTALLS=$(wildcard post-*.sh) OUT_POST_INSTALLS=$(POST_INSTALLS:%=$(outdir)/%) diff --git a/cygwin/changelog b/cygwin/changelog index c6c1d500d5..49726d7420 100644 --- a/cygwin/changelog +++ b/cygwin/changelog @@ -1,3 +1,12 @@ +lilypond (1.5.71-1) unstable; urgency=low + + * Python module now named midi.dll. + * Fix detection of Cygwin build, which fixes installation of profile.d + scripts. + * Build fix. + + -- Jan Nieuwenhuizen Fri, 9 Aug 2002 12:48:36 +0200 + lilypond (1.5.68.jcn1-1) unstable; urgency=low * First full mknetrel build. diff --git a/cygwin/mknetrel b/cygwin/mknetrel index 6dd829d46b..d29c76c294 100644 --- a/cygwin/mknetrel +++ b/cygwin/mknetrel @@ -10,7 +10,7 @@ # To use this, do something like: cat >/dev/null < guile-config <