public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Where do src/intl patches go?
  2000-12-30  6:08 Where do src/intl patches go? Andrew Cagney
@ 2000-04-18 19:45 ` Andrew Cagney
  2000-12-30  6:08 ` Ulrich Drepper
  1 sibling, 0 replies; 8+ messages in thread
From: Andrew Cagney @ 2000-04-18 19:45 UTC (permalink / raw)
  To: overseers

My first guess is glibc?

	Andrew
Wed Apr 19 12:37:13 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (distclean): Delete config.status.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/intl/Makefile.in,v
retrieving revision 1.1.1.1
diff -p -r1.1.1.1 Makefile.in
*** Makefile.in	1999/05/03 07:29:05	1.1.1.1
--- Makefile.in	2000/04/19 02:42:27
***************
*** 1,5 ****
  # Makefile for directory with message catalog handling in GNU NLS Utilities.
! # Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  #
  # 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
--- 1,5 ----
  # Makefile for directory with message catalog handling in GNU NLS Utilities.
! # Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
  #
  # 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
*************** mostlyclean:
*** 172,178 ****
  clean: mostlyclean
  
  distclean: clean
! 	rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h config.log
  
  maintainer-clean: distclean
  	@echo "This command is intended for maintainers to use;"
--- 172,179 ----
  clean: mostlyclean
  
  distclean: clean
! 	rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
! 	rm -f config.log config.status
  
  maintainer-clean: distclean
  	@echo "This command is intended for maintainers to use;"

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

* Re: Where do src/intl patches go?
  2000-12-30  6:08 ` Ulrich Drepper
@ 2000-04-18 20:04   ` Ulrich Drepper
  2000-12-30  6:08   ` Andrew Cagney
  1 sibling, 0 replies; 8+ messages in thread
From: Ulrich Drepper @ 2000-04-18 20:04 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: overseers

Andrew Cagney <ac131313@cygnus.com> writes:

> My first guess is glibc?

No.  In glibc I have completely different makefiles.  This would
normally be the gettext package (i.e., I would have to get the
changes).

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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

* Re: Where do src/intl patches go?
  2000-12-30  6:08   ` Andrew Cagney
@ 2000-04-18 20:26     ` Andrew Cagney
  2000-12-30  6:08     ` Ulrich Drepper
  1 sibling, 0 replies; 8+ messages in thread
From: Andrew Cagney @ 2000-04-18 20:26 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: overseers

Ulrich Drepper wrote:
> 
> Andrew Cagney <ac131313@cygnus.com> writes:
> 
> > My first guess is glibc?
> 
> No.  In glibc I have completely different makefiles.  This would
> normally be the gettext package (i.e., I would have to get the
> changes).

Ok.  Is that you as an individual or you on the end of a gettext patches
e-mail list?
(this might sound rhetorical but it isn't meant to be).

	Andrew

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

* Re: Where do src/intl patches go?
  2000-12-30  6:08     ` Ulrich Drepper
@ 2000-04-18 20:35       ` Ulrich Drepper
  0 siblings, 0 replies; 8+ messages in thread
From: Ulrich Drepper @ 2000-04-18 20:35 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: overseers

Andrew Cagney <ac131313@cygnus.com> writes:

> Ok.  Is that you as an individual or you on the end of a gettext patches
> e-mail list?

It's me only.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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

* Where do src/intl patches go?
@ 2000-12-30  6:08 Andrew Cagney
  2000-04-18 19:45 ` Andrew Cagney
  2000-12-30  6:08 ` Ulrich Drepper
  0 siblings, 2 replies; 8+ messages in thread
From: Andrew Cagney @ 2000-12-30  6:08 UTC (permalink / raw)
  To: overseers

My first guess is glibc?

	Andrew
Wed Apr 19 12:37:13 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* Makefile.in (distclean): Delete config.status.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/intl/Makefile.in,v
retrieving revision 1.1.1.1
diff -p -r1.1.1.1 Makefile.in
*** Makefile.in	1999/05/03 07:29:05	1.1.1.1
--- Makefile.in	2000/04/19 02:42:27
***************
*** 1,5 ****
  # Makefile for directory with message catalog handling in GNU NLS Utilities.
! # Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  #
  # 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
--- 1,5 ----
  # Makefile for directory with message catalog handling in GNU NLS Utilities.
! # Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
  #
  # 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
*************** mostlyclean:
*** 172,178 ****
  clean: mostlyclean
  
  distclean: clean
! 	rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h config.log
  
  maintainer-clean: distclean
  	@echo "This command is intended for maintainers to use;"
--- 172,179 ----
  clean: mostlyclean
  
  distclean: clean
! 	rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h
! 	rm -f config.log config.status
  
  maintainer-clean: distclean
  	@echo "This command is intended for maintainers to use;"

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

* Re: Where do src/intl patches go?
  2000-12-30  6:08   ` Andrew Cagney
  2000-04-18 20:26     ` Andrew Cagney
@ 2000-12-30  6:08     ` Ulrich Drepper
  2000-04-18 20:35       ` Ulrich Drepper
  1 sibling, 1 reply; 8+ messages in thread
From: Ulrich Drepper @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: overseers

Andrew Cagney <ac131313@cygnus.com> writes:

> Ok.  Is that you as an individual or you on the end of a gettext patches
> e-mail list?

It's me only.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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

* Re: Where do src/intl patches go?
  2000-12-30  6:08 ` Ulrich Drepper
  2000-04-18 20:04   ` Ulrich Drepper
@ 2000-12-30  6:08   ` Andrew Cagney
  2000-04-18 20:26     ` Andrew Cagney
  2000-12-30  6:08     ` Ulrich Drepper
  1 sibling, 2 replies; 8+ messages in thread
From: Andrew Cagney @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: overseers

Ulrich Drepper wrote:
> 
> Andrew Cagney <ac131313@cygnus.com> writes:
> 
> > My first guess is glibc?
> 
> No.  In glibc I have completely different makefiles.  This would
> normally be the gettext package (i.e., I would have to get the
> changes).

Ok.  Is that you as an individual or you on the end of a gettext patches
e-mail list?
(this might sound rhetorical but it isn't meant to be).

	Andrew

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

* Re: Where do src/intl patches go?
  2000-12-30  6:08 Where do src/intl patches go? Andrew Cagney
  2000-04-18 19:45 ` Andrew Cagney
@ 2000-12-30  6:08 ` Ulrich Drepper
  2000-04-18 20:04   ` Ulrich Drepper
  2000-12-30  6:08   ` Andrew Cagney
  1 sibling, 2 replies; 8+ messages in thread
From: Ulrich Drepper @ 2000-12-30  6:08 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: overseers

Andrew Cagney <ac131313@cygnus.com> writes:

> My first guess is glibc?

No.  In glibc I have completely different makefiles.  This would
normally be the gettext package (i.e., I would have to get the
changes).

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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

end of thread, other threads:[~2000-12-30  6:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-30  6:08 Where do src/intl patches go? Andrew Cagney
2000-04-18 19:45 ` Andrew Cagney
2000-12-30  6:08 ` Ulrich Drepper
2000-04-18 20:04   ` Ulrich Drepper
2000-12-30  6:08   ` Andrew Cagney
2000-04-18 20:26     ` Andrew Cagney
2000-12-30  6:08     ` Ulrich Drepper
2000-04-18 20:35       ` Ulrich Drepper

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