public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* src ChangeLog Makefile.tpl Makefile.in configu ...
@ 2003-07-13 20:49 neroden
  0 siblings, 0 replies; 6+ messages in thread
From: neroden @ 2003-07-13 20:49 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2003-07-13 20:49:42

Modified files:
	.              : ChangeLog Makefile.tpl Makefile.in configure.in 
	                 configure 

Log message:
	* Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
	unused INSTALL_PROGRAM_ARGS.
	* configure.in: Use AC_PROG_INSTALL.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.408&r2=1.409
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.74&r2=1.75
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.141&r2=1.142
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.174&r2=1.175
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.82&r2=1.83


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

* src ChangeLog Makefile.tpl Makefile.in configu ...
@ 2003-03-05  1:50 neroden
  0 siblings, 0 replies; 6+ messages in thread
From: neroden @ 2003-03-05  1:50 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2003-03-05 01:50:53

Modified files:
	.              : ChangeLog Makefile.tpl Makefile.in configure.in 
	                 configure 

Log message:
	2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
	
	* configure.in: Include $(build_tooldir)/sys-include in
	FLAGS_FOR_TARGET.
	* configure: Regenerated.
	
	2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* Makefile.tpl: Reindent.
	* Makefile.in: Regenerate.
	* configure.in: Reindent.  Don't set unused variables.
	* configure: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.361&r2=1.362
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.118&r2=1.119
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.155&r2=1.156
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.62&r2=1.63


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

* src ChangeLog Makefile.tpl Makefile.in configu ...
@ 2003-01-10 21:43 neroden
  0 siblings, 0 replies; 6+ messages in thread
From: neroden @ 2003-01-10 21:43 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2003-01-10 13:43:32

Modified files:
	.              : ChangeLog Makefile.tpl Makefile.in configure.in 
	                 configure 

Log message:
	* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
	* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.336&r2=1.337
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.42&r2=1.43
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.109&r2=1.110
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.141&r2=1.142
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.45&r2=1.46


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

* src ChangeLog Makefile.tpl Makefile.in configu ...
@ 2002-12-29 11:05 aoliva
  0 siblings, 0 replies; 6+ messages in thread
From: aoliva @ 2002-12-29 11:05 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	aoliva@sourceware.org	2002-12-29 11:05:05

Modified files:
	.              : ChangeLog Makefile.tpl Makefile.in configure.in 
	                 configure 

Log message:
	* Makefile.tpl (local-distclean): Don't remove...
	(multilib.ts): ... this.  Moved into...
	(multilib.out): ... this.  Don't use sub-make.
	($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
	$(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
	(configure-build-[+module+], configure-[+module+],
	configure-target-[+module+], configure-gcc): ... these.  Test
	for Makefile existence.  Drop config.status from dependencies.
	* Makefile.in: Rebuilt.
	* configure.in: Move gcc-version-trigger to the end of
	ac_configure_args.  Add comments to maybedep.tmp and
	serdep.tmp.  Introduce --disable-serial-configure.  Remove
	nonopt from baseargs, matching and removing corresponding
	whitespace while at it.
	* configure: Rebuilt.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.324&r2=1.325
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.106&r2=1.107
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.134&r2=1.135
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.37&r2=1.38


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

* src ChangeLog Makefile.tpl Makefile.in configu ...
@ 2002-12-28  1:13 neroden
  0 siblings, 0 replies; 6+ messages in thread
From: neroden @ 2002-12-28  1:13 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	neroden@sourceware.org	2002-12-28 01:13:56

Modified files:
	.              : ChangeLog Makefile.tpl Makefile.in configure.in 
	                 configure 

Log message:
	* Makefile.tpl: Fix dramatic bustage due to change in
	program_transform_name.
	* Makefile.in: Regenerate.
	
	* configure.in: Remove unnecessary PATH setting.
	* configure: Regnerate.
	
	* configure.in: Don't default to unprefixed tools unless
	the native tools will work.
	* configure: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.321&r2=1.322
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.104&r2=1.105
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.132&r2=1.133
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.35&r2=1.36


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

* src ChangeLog Makefile.tpl Makefile.in configu ...
@ 2002-12-19  3:05 schwab
  0 siblings, 0 replies; 6+ messages in thread
From: schwab @ 2002-12-19  3:05 UTC (permalink / raw)
  To: src-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	schwab@sourceware.org	2002-12-19 03:05:15

Modified files:
	.              : ChangeLog Makefile.tpl Makefile.in configure.in 

Log message:
	* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
	* Makefile.in: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.312&r2=1.313
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.99&r2=1.100
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.128&r2=1.129


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

end of thread, other threads:[~2003-07-13 20:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-13 20:49 src ChangeLog Makefile.tpl Makefile.in configu neroden
  -- strict thread matches above, loose matches on Subject: below --
2003-03-05  1:50 neroden
2003-01-10 21:43 neroden
2002-12-29 11:05 aoliva
2002-12-28  1:13 neroden
2002-12-19  3:05 schwab

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).