bug-bash
[Top][All Lists]
Advanced

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

[3.0p13] "make install" still fails on Solaris


From: Stephane Chazelas
Subject: [3.0p13] "make install" still fails on Solaris
Date: Fri, 10 Sep 2004 14:00:55 +0100
User-agent: Mutt/1.5.6i

The 
http://lists.gnu.org/archive/html/bug-bash/2004-07/msg00274.html
bug is still there in 3.0.13.

The fix is simple:

*** bash-3.0/builtins/Makefile.in     Wed Jan 21 19:22:50 2004
--- bash-3.0.fix/builtins/Makefile.in   Fri Sep 10 13:53:59 2004
***************
*** 178,188 ****
  install-help:
        @-if test -n "${HELPDIR}" && test -d helpfiles ; then \
                test -d ${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\
!               ( cd helpfiles ; \
!                 for f in *; do \
!                       echo installing $$f; \
!                       ${INSTALL_DATA} $$f $(DESTDIR)$(HELPDIR); \
!                 done; ) ; \
        fi

  install:      @HELPINSTALL@
--- 178,187 ----
  install-help:
        @-if test -n "${HELPDIR}" && test -d helpfiles ; then \
                test -d ${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\
!               for f in helpfiles/*; do \
!                     echo installing $$f; \
!                     ${INSTALL_DATA} $$f $(DESTDIR)$(HELPDIR); \
!               done; \
        fi

  install:      @HELPINSTALL@

-- 
Stephane

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________




reply via email to

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