emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/msdos/mainmake.v2


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/msdos/mainmake.v2
Date: Wed, 20 Mar 2002 12:38:20 -0500

Index: emacs/msdos/mainmake.v2
diff -c emacs/msdos/mainmake.v2:1.29 emacs/msdos/mainmake.v2:1.30
*** emacs/msdos/mainmake.v2:1.29        Sat Mar  9 10:12:30 2002
--- emacs/msdos/mainmake.v2     Wed Mar 20 12:37:50 2002
***************
*** 160,178 ****
  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/b-emacs.exe
  
  bootstrap-src:
!       cd src; $(MAKE) $(MFLAGS) bootstrap
  
  ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
  bootstrap-clean-before: FRC
!       cd src;      $(MAKE) $(MFLAGS) mostlyclean
!       cd lib-src;  $(MAKE) $(MFLAGS) clean
!       cd leim;     $(MAKE) $(MFLAGS) clean
  
  bootstrap-clean-after:
!       cd src; $(MAKE) $(MFLAGS) mostlyclean
--- 160,178 ----
  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; cd ..
  
  bootstrap-lisp:
!       cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/b-emacs.exe; cd ..
  
  bootstrap-src:
!       cd src; $(MAKE) $(MFLAGS) bootstrap; cd ..
  
  ### Used for `bootstrap' to avoid deleting existing dumped Emacs executables.
  bootstrap-clean-before: FRC
!       cd src;      $(MAKE) $(MFLAGS) mostlyclean; cd ..
!       cd lib-src;  $(MAKE) $(MFLAGS) clean;       cd ..
!       cd leim;     $(MAKE) $(MFLAGS) clean;       cd ..
  
  bootstrap-clean-after:
!       cd src; $(MAKE) $(MFLAGS) mostlyclean; cd ..



reply via email to

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