emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/admin/make-emacs


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/admin/make-emacs
Date: Fri, 04 Apr 2003 01:21:16 -0500

Index: emacs/admin/make-emacs
diff -c emacs/admin/make-emacs:1.3 emacs/admin/make-emacs:1.4
*** emacs/admin/make-emacs:1.3  Thu Dec  6 09:22:47 2001
--- emacs/admin/make-emacs      Tue Feb  4 09:23:37 2003
***************
*** 111,117 ****
  
  system ("$make clean versionclean") if $all;
  
! if ($wall) 
    {
      $warn = "-Wall";
    }
--- 111,117 ----
  
  system ("$make clean versionclean") if $all;
  
! if ($wall)
    {
      $warn = "-Wall";
    }
***************
*** 125,138 ****
  $defs = "$defs -DGC_CHECK_MARKED_OBJECTS=1" if $check_marked;
  $defs = "$defs -DENABLE_CHECKING=1" if $enable_checking;
  
! if ($profile) 
    {
      $opts = "-pg";
      $defs = "$defs -DPROFILING=1";
    }
  else
    {
!     if ($use_stabs) 
        {
        $opts = "-gstabs";
        }
--- 125,138 ----
  $defs = "$defs -DGC_CHECK_MARKED_OBJECTS=1" if $check_marked;
  $defs = "$defs -DENABLE_CHECKING=1" if $enable_checking;
  
! if ($profile)
    {
      $opts = "-pg";
      $defs = "$defs -DPROFILING=1";
    }
  else
    {
!     if ($use_stabs)
        {
        $opts = "-gstabs";
        }




reply via email to

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