Show
Ignore:
Timestamp:
2006年07月29日 07時48分34秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/Makefile.in

    r4037 r4131  
    205205compile-after-backup: backup-compiled-files compile-always 
    206206 
    207 # Recompile all Lisp files which are newer than their .elc files. 
    208 # Note that this doesn't create .elc files.  It only recompiles if an 
    209 # .elc is present. 
     207# Recompile all Lisp files which are newer than their .elc files and compile 
     208# new ones. 
    210209 
    211210recompile: doit mh-autoloads $(lisp)/progmodes/cc-mode.elc 
     
    248247        echo ";;; Change Log:" >> $@ 
    249248        echo ";;; Code:" >> $@ 
    250         $(EMACS) $(EMACSOPT) \ 
    251            -l autoload \ 
    252            --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \ 
    253            --eval "(setq generated-autoload-file \"$(lisp)/mh-e/mh-loaddefs.el\")" \ 
    254            --eval "(setq make-backup-files nil)" \ 
    255            -f batch-update-autoloads $(lisp)/mh-e 
    256249        echo " " >> $@ 
    257250        echo "(provide 'mh-loaddefs)" >> $@ 
     
    262255        echo ";; End:" >> $@ 
    263256        echo ";;; mh-loaddefs.el ends here" >> $@ 
     257        $(EMACS) $(EMACSOPT) \ 
     258           -l autoload \ 
     259           --eval "(setq generate-autoload-cookie \";;;###mh-autoload\")" \ 
     260           --eval "(setq generated-autoload-file \"$(lisp)/mh-e/mh-loaddefs.el\")" \ 
     261           --eval "(setq make-backup-files nil)" \ 
     262           -f batch-update-autoloads $(lisp)/mh-e 
    264263 
    265264# Prepare a bootstrap in the lisp subdirectory.