/[emacs]/emacs/admin/make-emacs
ViewVC logotype

Diff of /emacs/admin/make-emacs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gerd, Thu Dec 6 14:22:47 2001 UTC revision 1.4 by lektu, Tue Feb 4 14:23:37 2003 UTC
# Line 111  if (@ARGV && $ARGV[0] eq "all") Line 111  if (@ARGV && $ARGV[0] eq "all")
111    
112  system ("$make clean versionclean") if $all;  system ("$make clean versionclean") if $all;
113    
114  if ($wall)  if ($wall)
115    {    {
116      $warn = "-Wall";      $warn = "-Wall";
117    }    }
# Line 125  $defs = "-DGLYPH_DEBUG=1" unless $optim; Line 125  $defs = "-DGLYPH_DEBUG=1" unless $optim;
125  $defs = "$defs -DGC_CHECK_MARKED_OBJECTS=1" if $check_marked;  $defs = "$defs -DGC_CHECK_MARKED_OBJECTS=1" if $check_marked;
126  $defs = "$defs -DENABLE_CHECKING=1" if $enable_checking;  $defs = "$defs -DENABLE_CHECKING=1" if $enable_checking;
127    
128  if ($profile)  if ($profile)
129    {    {
130      $opts = "-pg";      $opts = "-pg";
131      $defs = "$defs -DPROFILING=1";      $defs = "$defs -DPROFILING=1";
132    }    }
133  else  else
134    {    {
135      if ($use_stabs)      if ($use_stabs)
136        {        {
137          $opts = "-gstabs";          $opts = "-gstabs";
138        }        }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26