emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in
Date: Fri, 22 Mar 2002 17:59:57 -0500

Index: emacs/src/Makefile.in
diff -c emacs/src/Makefile.in:1.250 emacs/src/Makefile.in:1.251
*** emacs/src/Makefile.in:1.250 Thu Mar 21 04:12:55 2002
--- emacs/src/Makefile.in       Fri Mar 22 17:59:56 2002
***************
*** 811,817 ****
     We must unconditionally put them in the DOC file.
     We use ../lisp/ to start the file names
     to reduce the size of the argument list for make-docfile
!    for the sake of systems which can't handle large ones.  */
  SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \
    ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \
    ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \
--- 811,817 ----
     We must unconditionally put them in the DOC file.
     We use ../lisp/ to start the file names
     to reduce the size of the argument list for make-docfile
!    for the sake of systems which can\'t handle large ones.  */
  SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \
    ${dotdot}/lisp/select.elc ${dotdot}/lisp/scroll-bar.elc \
    ${dotdot}/lisp/vmsproc.elc ${dotdot}/lisp/vms-patch.elc \
***************
*** 955,961 ****
  #endif /* not USE_X_TOOLKIT */
  #else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
  
! /* We don't really need this, but satisfy the dependency.  */
  stamp-oldxmenu:
        touch stamp-oldxmenu
  #endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
--- 955,961 ----
  #endif /* not USE_X_TOOLKIT */
  #else /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
  
! /* We don\'t really need this, but satisfy the dependency.  */
  stamp-oldxmenu:
        touch stamp-oldxmenu
  #endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
***************
*** 1168,1173 ****
--- 1168,1175 ----
  
  ${libsrc}emacstool: ${libsrc}emacstool.c
        cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool
+ bootstrapclean:
+       rm -f bootstrap-emacs
  mostlyclean:
        rm -f temacs prefix-args core *.core \#* *.o libXMenu11.a liblw.a
        rm -f ../etc/DOC
***************
*** 1226,1249 ****
  
  bootstrap: bootstrap-emacs
  
- /* Build a temacs with a sufficiently large PURESIZE to load the
-    Lisp files from loadup.el in source form.  */
- 
- bootstrap-temacs: 
-       LC_ALL=C $(MAKE) $(MFLAGS) temacs ALL_CFLAGS="$(ALL_CFLAGS) 
-DPURESIZE=5000000 -I../src"
- 
- /* Build a DOC file.  */
- 
- bootstrap-doc: ${libsrc}make-docfile
-       -rm -f ${etc}DOC
-       els=`echo ${shortlisp} ${SOME_MACHINE_LISP} \
-               | sed -e "s/\\.elc/.el/g"`; \
-       ${libsrc}make-docfile -d ${srcdir} $$els ${obj} > ${etc}DOC
- 
  /* Dump an Emacs executable named bootstrap-emacs containing the 
     files from loadup.el in source form.  */
  
! bootstrap-emacs: bootstrap-temacs bootstrap-doc
  #ifdef CANNOT_DUMP
        ln temacs bootstrap-emacs
  #else
--- 1228,1237 ----
  
  bootstrap: bootstrap-emacs
  
  /* Dump an Emacs executable named bootstrap-emacs containing the 
     files from loadup.el in source form.  */
  
! bootstrap-emacs: temacs
  #ifdef CANNOT_DUMP
        ln temacs bootstrap-emacs
  #else
***************
*** 1254,1258 ****
  #endif /* ! defined (HAVE_SHM) */
  #endif /* ! defined (CANNOT_DUMP) */
        mv -f emacs bootstrap-emacs
-       rm -f temacs
  
--- 1242,1245 ----



reply via email to

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