zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Fix "make install" on cygwin
@ 2005-07-22 19:36 Thorsten Dahlheimer
  0 siblings, 0 replies; only message in thread
From: Thorsten Dahlheimer @ 2005-07-22 19:36 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

Hi,

currently "make install" fails on cygwin if $(DESTDIR)$(bindir)
doesn't already exist.  The attached patch fixes this.

Regards
Thorsten Dahlheimer

[-- Attachment #2: cygwin_install.diff --]
[-- Type: application/octet-stream, Size: 663 bytes --]

Index: Src/Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Makefile.in,v
retrieving revision 1.12
diff -u -r1.12 Makefile.in
--- Src/Makefile.in	20 Dec 2001 23:48:39 -0000	1.12
+++ Src/Makefile.in	22 Jul 2005 19:09:33 -0000
@@ -163,6 +163,7 @@
 	${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(libdir)/$(tzsh)
 	$(INSTALL_PROGRAM) $(LIBZSH) $(DESTDIR)$(libdir)/$(tzsh)/$(LIBZSH)
 install.cygwin-lib: $(LIBZSH)
+	${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(bindir)
 	$(INSTALL_PROGRAM) $(LIBZSH) $(DESTDIR)$(bindir)/$(LIBZSH)
 .PHONY: install.bin-N install.bin-L install.cygwin-lib
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-22 20:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-22 19:36 PATCH: Fix "make install" on cygwin Thorsten Dahlheimer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).