emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lib-src/Makefile.in
Date: Mon, 29 Apr 2002 18:48:22 -0400

Index: emacs/lib-src/Makefile.in
diff -c emacs/lib-src/Makefile.in:1.124 emacs/lib-src/Makefile.in:1.125
*** emacs/lib-src/Makefile.in:1.124     Wed Apr 10 15:05:44 2002
--- emacs/lib-src/Makefile.in   Mon Apr 29 18:48:22 2002
***************
*** 291,307 ****
            $(INSTALL_PROGRAM) $(INSTALL_STRIP) $$file ${archlibdir}/$$file ; \
          done ; \
          fi
! #ifdef HAVE_SHARED_GAME_DIR
!       chown ${gameuser} ${archlibdir}/update-game-score
!       chmod u+s ${archlibdir}/update-game-score
!       $(top_srcdir)/mkinstalldirs ${gamedir}
!       chown ${gameuser} ${gamedir}
!       chmod u=rwx,g=rwx,o=rx ${gamedir}
! /* If you change these, be sure to change the variables in
!    lisp/play/{tetris,snake}.el. */
!       touch ${gamedir}/snake-scores
!       touch ${gamedir}/tetris-scores
! #endif
          if [ `(cd ${archlibdir} && /bin/pwd)` \
               != `(cd ${srcdir} && /bin/pwd)` ]; then \
          for file in ${SCRIPTS}; do \
--- 291,306 ----
            $(INSTALL_PROGRAM) $(INSTALL_STRIP) $$file ${archlibdir}/$$file ; \
          done ; \
          fi
! /* If the following commands fail, that is not a big deal.
!    update-game-score will detect at runtime that it is not setuid,
!    and handle things accordingly. */
!       if test ${gamedir} != no && chown ${gameuser} 
${archlibdir}/update-game-score && chmod u+s ${archlibdir}/update-game-score; 
then \
!         $(top_srcdir)/mkinstalldirs ${gamedir}; \
!         chown ${gameuser} ${gamedir}; \
!         chmod u=rwx,g=rwx,o=rx ${gamedir}; \
!         touch ${gamedir}/snake-scores; \
!         touch ${gamedir}/tetris-scores; \
!       fi
          if [ `(cd ${archlibdir} && /bin/pwd)` \
               != `(cd ${srcdir} && /bin/pwd)` ]; then \
          for file in ${SCRIPTS}; do \



reply via email to

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