public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/13572] New: Inappropriate files installed in $(prefix)/share/make/
@ 2004-01-05 16:22 jsm28 at gcc dot gnu dot org
  2004-01-05 17:29 ` [Bug ada/13572] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2004-01-05 16:22 UTC (permalink / raw)
  To: gcc-bugs

GCC 3.4 installs inappropriate files Makefile.generic and Makefile.prolog
in $(prefix)/share/make/.

(a) They need licence notices, not just copyright notices, as otherwise
they must be presumed undistributable and shouldn't be in GCC at all.

(b) They get installed in $(prefix)/share/make.  There are two problems
with this.  First, the names of the files and the directory are rather
too generic for that; $(prefix)/share/gnat or $(prefix)/share/ada might be
better to make clear where they come from.  Second, --datadir is a 
supported configure option, so $(datadir) should be used instead of 
$(prefix)/share.  (File with such generic names should only go in
$(datadir)/make if they really were generic files from GNU make
rather than some other package; otherwise any number of packages might
equally well try to claim those names.)

-- 
           Summary: Inappropriate files installed in $(prefix)/share/make/
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jsm28 at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13572


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13572] Inappropriate files installed in $(prefix)/share/make/
  2004-01-05 16:22 [Bug ada/13572] New: Inappropriate files installed in $(prefix)/share/make/ jsm28 at gcc dot gnu dot org
@ 2004-01-05 17:29 ` pinskia at gcc dot gnu dot org
  2004-01-07 11:48 ` charlet at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-05 17:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-05 17:29 -------
Confirmed that it still happens even after the latest update.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-05 17:29:14
               date|                            |
   Target Milestone|---                         |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13572


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13572] Inappropriate files installed in $(prefix)/share/make/
  2004-01-05 16:22 [Bug ada/13572] New: Inappropriate files installed in $(prefix)/share/make/ jsm28 at gcc dot gnu dot org
  2004-01-05 17:29 ` [Bug ada/13572] " pinskia at gcc dot gnu dot org
@ 2004-01-07 11:48 ` charlet at gcc dot gnu dot org
  2004-01-12 11:36 ` cvs-commit at gcc dot gnu dot org
  2004-01-12 11:47 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-07 11:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-07 11:48 -------
I agree with the two constructive suggestions made in this PR by Joseph.
These changes will be made soon, using prefix/share/gnat

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |charlet at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13572


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13572] Inappropriate files installed in $(prefix)/share/make/
  2004-01-05 16:22 [Bug ada/13572] New: Inappropriate files installed in $(prefix)/share/make/ jsm28 at gcc dot gnu dot org
  2004-01-05 17:29 ` [Bug ada/13572] " pinskia at gcc dot gnu dot org
  2004-01-07 11:48 ` charlet at gcc dot gnu dot org
@ 2004-01-12 11:36 ` cvs-commit at gcc dot gnu dot org
  2004-01-12 11:47 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-12 11:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-12 11:36 -------
Subject: Bug 13572

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	charlet@gcc.gnu.org	2004-01-12 11:36:18

Modified files:
	gcc/ada        : bld.adb Makefile.generic Makefile.in 
	                 Makefile.prolog 

Log message:
	2004-01-12  Arnaud Charlet  <charlet@act-europe.fr>
	
	PR ada/13572
	* bld.adb (Recursive_Process): Reference prefix/share/gnat instead of
	prefix/share/make
	
	* Makefile.generic: Update copyright.
	Add license notice.
	
	* Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead
	of prefix/share/make.
	
	* Makefile.prolog: Update copyright.
	Add license notice.
	
	2004-01-12  Bernard Banner  <banner@gnat.com>
	
	* Makefile.in: map 86numaux to a-numaux for x86_64

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/bld.adb.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Makefile.generic.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Makefile.in.diff?cvsroot=gcc&r1=1.62&r2=1.63
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Makefile.prolog.diff?cvsroot=gcc&r1=1.2&r2=1.3



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13572


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug ada/13572] Inappropriate files installed in $(prefix)/share/make/
  2004-01-05 16:22 [Bug ada/13572] New: Inappropriate files installed in $(prefix)/share/make/ jsm28 at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-01-12 11:36 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-12 11:47 ` charlet at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-12 11:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-12 11:47 -------
PR fixed, closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13572


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-12 11:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-05 16:22 [Bug ada/13572] New: Inappropriate files installed in $(prefix)/share/make/ jsm28 at gcc dot gnu dot org
2004-01-05 17:29 ` [Bug ada/13572] " pinskia at gcc dot gnu dot org
2004-01-07 11:48 ` charlet at gcc dot gnu dot org
2004-01-12 11:36 ` cvs-commit at gcc dot gnu dot org
2004-01-12 11:47 ` charlet at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).