emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/Makefile.in


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Thu, 03 Nov 2005 12:00:25 -0500

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.307 emacs/Makefile.in:1.308
*** emacs/Makefile.in:1.307     Tue Nov  1 20:44:42 2005
--- emacs/Makefile.in   Thu Nov  3 17:00:25 2005
***************
*** 224,230 ****
  INSTALL_STRIP =
  
  # We use gzip to compress installed .el files.
! GZIP = @GZIP@
  
  # ============================= Targets ==============================
  
--- 224,230 ----
  INSTALL_STRIP =
  
  # We use gzip to compress installed .el files.
! GZIP_PROG = @GZIP_PROG@
  
  # ============================= Targets ==============================
  
***************
*** 478,488 ****
           (cd ${lispdir}; find . -exec chown $${LOGNAME:-$$USERNAME} {} ';') ; 
\
        else true; fi
        -unset CDPATH; \
!       if [ -n "${GZIP}" ]; \
        then \
           echo "Compressing *.el ..." ; \
           (cd ${lispdir}; for f in `find . -name "*.elc" -print`; do \
!               ${GZIP} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
            done) \
        else true; fi
        -unset CDPATH; \
--- 478,488 ----
           (cd ${lispdir}; find . -exec chown $${LOGNAME:-$$USERNAME} {} ';') ; 
\
        else true; fi
        -unset CDPATH; \
!       if [ -n "${GZIP_PROG}" ]; \
        then \
           echo "Compressing *.el ..." ; \
           (cd ${lispdir}; for f in `find . -name "*.elc" -print`; do \
!               ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
            done) \
        else true; fi
        -unset CDPATH; \




reply via email to

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