comp.lang.ada
 help / color / mirror / Atom feed
From: re@waporo.muc.de (Rolf Ebert)
Subject: Re: Finally there is a real gnatmake
Date: 8 Jan 1995 03:27:03 +0100
Date: 1995-01-08T03:27:03+01:00	[thread overview]
Message-ID: <RE.95Jan8032702@waporo.muc.de> (raw)
In-Reply-To: re@waporo.muc.de's message of 8 Jan 1995 03:14:21 +0100

And here already is the first patch.  It is needed if you pass more than
one option to gcc.

diff -c3 -r1.1 gnatmake
*** 1.1 1995/01/08 02:20:10
--- gnatmake    1995/01/08 02:22:09
***************
*** 5,17 ****
  # Author          : Rolf Ebert
  # Created On      : Sun Jan  8 00:25:31 1995
  # Last Modified By: Rolf Ebert
! # Last Modified On: Sun Jan  8 02:21:02 1995
! # Update Count    : 20
  # Status          : Unknown, Use with caution!
  #
  # Copyright (C) 1995 Rolf Ebert (Rolf.Ebert@waporo.muc.de)
  #
! # $Revision: 1.1 $
  #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
--- 5,17 ----
  # Author          : Rolf Ebert
  # Created On      : Sun Jan  8 00:25:31 1995
  # Last Modified By: Rolf Ebert
! # Last Modified On: Sun Jan  8 03:21:33 1995
! # Update Count    : 21
  # Status          : Unknown, Use with caution!
  #
  # Copyright (C) 1995 Rolf Ebert (Rolf.Ebert@waporo.muc.de)
  #
! # $Revision: 1.2 $
  #
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
***************
*** 119,125 ****
        $opt_k = 1;
      }
      else {
!       $opt_gcc .= $ARGV[0];
      }
      shift(@ARGV);
  }
--- 119,125 ----
        $opt_k = 1;
      }
      else {
!       $opt_gcc .= $ARGV[0] . " ";
      }
      shift(@ARGV);
  }

	Rolf
--
Rolf Ebert                      Beratung fuer Energiesysteme und Informatik
Erich Kaestner Str. 17               Conseil en Energetique et Informatique
D - 80796 Muenchen        (Team Ada)               Tel.: +49-89-30.77.88.00
Germany                                            Fax.: +49-89-30.77.91.00



  reply	other threads:[~1995-01-08  2:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-01-08  2:14 Finally there is a real gnatmake Rolf Ebert
1995-01-08  2:27 ` Rolf Ebert [this message]
1995-01-09 14:24 ` Theodore E. Dennison
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox