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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/Makefile.in
Date: Wed, 11 Sep 2002 17:00:08 -0400

Index: emacs/Makefile.in
diff -c emacs/Makefile.in:1.265 emacs/Makefile.in:1.266
*** emacs/Makefile.in:1.265     Mon Aug 26 06:11:44 2002
--- emacs/Makefile.in   Wed Sep 11 17:00:08 2002
***************
*** 711,717 ****
  ### special emacs executable is built from Lisp sources, which is then
  ### used to compile Lisp files.  The last step is a "normal" make.
  
! .PHONY: bootstrap bootstrap-lisp-1 boostrap-src bootstrap-lisp bootstrap-clean
  .PHONY: maybe_bootstrap
  
  maybe_bootstrap:
--- 711,717 ----
  ### special emacs executable is built from Lisp sources, which is then
  ### used to compile Lisp files.  The last step is a "normal" make.
  
! .PHONY: bootstrap
  .PHONY: maybe_bootstrap
  
  maybe_bootstrap:
***************
*** 721,736 ****
          exit 1;\
        fi
  
! bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src 
bootstrap-lisp bootstrap-clean-after all info
! 
! bootstrap-lisp-1:
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
- 
- bootstrap-lisp:
-       (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
- 
- bootstrap-src:
        (cd src; $(MAKE) $(MFLAGS) bootstrap)
  
  ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
  bootstrap-clean-before: FRC
--- 721,732 ----
          exit 1;\
        fi
  
! bootstrap: bootstrap-clean-before info FRC
        (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean)
        (cd src; $(MAKE) $(MFLAGS) bootstrap)
+       (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs)
+       (cd src; $(MAKE) $(MFLAGS) mostlyclean)
+       $(MAKE) $(MFLAGS) all
  
  ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
  bootstrap-clean-before: FRC
***************
*** 743,747 ****
        -(cd lispintro &&   $(MAKE) $(MFLAGS) clean)
        (cd leim;     $(MAKE) $(MFLAGS) clean)
  
- bootstrap-clean-after:
-       (cd src; $(MAKE) $(MFLAGS) mostlyclean)
--- 739,741 ----




reply via email to

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