emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 622c054 22/36: Document presence of bashisms in


From: Stefan Monnier
Subject: [elpa] externals/auctex 622c054 22/36: Document presence of bashisms in some Make rules.
Date: Fri, 28 Nov 2014 17:25:48 +0000

branch: externals/auctex
commit 622c054f56d56050bec3172fecff22bf090b06cb
Author: Mosè Giordano <address@hidden>
Date:   Sun Nov 16 20:16:31 2014 +0100

    Document presence of bashisms in some Make rules.
    
    * Makefile.in: Mention that bash shell is required for windows-package
    and release-upload recipes due to some bashisms in them.  Reported by
    José Carlos Santos.
---
 ChangeLog   |    3 +++
 Makefile.in |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0df4fec..cf0acfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
        (windows-package): Fix structure of the package for Emacs 24.4.
        Reported by Uwe Siart.  Remove the zip package before creating it,
        otherwise it would be updated instead of recreated.
+       Mention that bash shell is required for windows-package and
+       release-upload recipes due to some bashisms in them.  Reported by
+       Jos� Carlos Santos.
 
 2014-11-15  Mos� Giordano  <address@hidden>
 
diff --git a/Makefile.in b/Makefile.in
index b511cd3..c2601c3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -351,9 +351,11 @@ wc:
 # 4) windows-package WEMACSVER=<emacs-version> TAG=<tag>
 #    Create the precompiled AUCTeX package for Windows.
 #    This requires a compiled Emacs of the same version at location $WEMACS.
+#    NOTA BENE: you may need to use bash shell for this recipe to work.
 #
 # 5) release-sign TAG=<tag>
-#    Sign the tar ball and create directive files for upload.
+#    Sign the tar ball and create directive files for upload.  NOTA BENE: you
+#    may need to use bash shell for this recipe to work.
 #
 # 6) release-upload
 #    Upload files to GNU FTP server.



reply via email to

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