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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/Makefile.in [lexbind]
Date: Tue, 06 Jul 2004 05:58:48 -0400

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.262.2.7 emacs/Makefile.in:1.262.2.8
*** emacs/Makefile.in:1.262.2.7 Wed Apr 14 00:01:02 2004
--- emacs/Makefile.in   Tue Jul  6 09:31:22 2004
***************
*** 445,455 ****
        if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
        then \
           echo "Copying etc/DOC-* to ${docdir} ..." ; \
!          (cd ./etc; tar -chf - DOC* compilation.txt) \
             |(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 
1; \
!          (cd $(docdir); \
!           chown $${LOGNAME:-$$USERNAME} DOC* compilation.txt; \
!           chmod a+r DOC* compilation.txt; \
            if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
        else true; fi
        -unset CDPATH; \
--- 445,453 ----
        if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
        then \
           echo "Copying etc/DOC-* to ${docdir} ..." ; \
!          (cd ./etc; tar -chf - DOC*) \
             |(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 
1; \
!          (cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \
            if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
        else true; fi
        -unset CDPATH; \




reply via email to

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