public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* A patch for stdio-common/Makefile
@ 1999-08-23 13:10 H.J. Lu
  1999-08-23 13:46 ` Mark Kettenis
  1999-08-23 15:01 ` Ulrich Drepper
  0 siblings, 2 replies; 7+ messages in thread
From: H.J. Lu @ 1999-08-23 13:10 UTC (permalink / raw)
  To: kettenis; +Cc: GNU C Library

Unless you use a different make, I believe this patch is needed for
glibc 2.2. I suspect you can move the whole ifeq ($(stdio),libio) block
before including ../Rules.


-- 
H.J. Lu (hjl@gnu.org)
--
Mon Aug 23 10:38:37 1999  H.J. Lu  <hjl@gnu.org>

	* stdio-common/Makefile (routines): Add vfwprintf and vfwscanf
	before including ../Rules.

Index: stdio-common/Makefile
===================================================================
RCS file: /work/cvs/gnu/glibc/stdio-common/Makefile,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 Makefile
--- stdio-common/Makefile	1999/08/23 16:17:34	1.1.1.2
+++ stdio-common/Makefile	1999/08/23 17:34:09
@@ -51,6 +51,10 @@ tests := tst-printf tstscanf test_rdwr t
 	 scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \
 	 scanf12 tst-tmpnam
 
+ifeq ($(stdio),libio)
+routines += vfwprintf vfwscanf
+endif
+
 include ../Rules
 
 CFLAGS-vfprintf.c = -Wno-uninitialized
@@ -65,7 +69,6 @@ $(inst_includedir)/bits/stdio_lim.h: $(c
 	$(do-install)
 
 ifeq ($(stdio),libio)
-routines += vfwprintf vfwscanf
 ifneq (,$(filter %REENTRANT, $(defines)))
 CPPFLAGS += -D_IO_MTSAFE_IO
 endif

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

* Re: A patch for stdio-common/Makefile
  1999-08-23 13:10 A patch for stdio-common/Makefile H.J. Lu
@ 1999-08-23 13:46 ` Mark Kettenis
  1999-08-23 15:01 ` Ulrich Drepper
  1 sibling, 0 replies; 7+ messages in thread
From: Mark Kettenis @ 1999-08-23 13:46 UTC (permalink / raw)
  To: hjl; +Cc: libc-hacker

   Date: Mon, 23 Aug 1999 13:08:38 -0700 (PDT)
   Cc: libc-hacker@sourceware.cygnus.com (GNU C Library)

   Unless you use a different make, I believe this patch is needed for
   glibc 2.2. I suspect you can move the whole ifeq ($(stdio),libio) block
   before including ../Rules.

Ulrich already fixed it.  Sorry for the inconvenience.

Mark

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

* Re: A patch for stdio-common/Makefile
  1999-08-23 13:10 A patch for stdio-common/Makefile H.J. Lu
  1999-08-23 13:46 ` Mark Kettenis
@ 1999-08-23 15:01 ` Ulrich Drepper
  1999-08-23 15:14   ` H.J. Lu
  1 sibling, 1 reply; 7+ messages in thread
From: Ulrich Drepper @ 1999-08-23 15:01 UTC (permalink / raw)
  To: H.J. Lu; +Cc: kettenis, GNU C Library

hjl@varesearch.com (H.J. Lu) writes:

> Unless you use a different make, I believe this patch is needed for
> glibc 2.2. I suspect you can move the whole ifeq ($(stdio),libio) block
> before including ../Rules.

I've fixed this already.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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

* Re: A patch for stdio-common/Makefile
  1999-08-23 15:01 ` Ulrich Drepper
@ 1999-08-23 15:14   ` H.J. Lu
  1999-08-23 15:18     ` Ulrich Drepper
  1999-08-23 15:24     ` Ulrich Drepper
  0 siblings, 2 replies; 7+ messages in thread
From: H.J. Lu @ 1999-08-23 15:14 UTC (permalink / raw)
  To: drepper; +Cc: GNU C Library

> 
> hjl@varesearch.com (H.J. Lu) writes:
> 
> > Unless you use a different make, I believe this patch is needed for
> > glibc 2.2. I suspect you can move the whole ifeq ($(stdio),libio) block
> > before including ../Rules.
> 
> I've fixed this already.
> 

I got a problem with execvp. During the boot, I got something like

execvp: bad address

and machine panicked.


-- 
H.J. Lu (hjl@gnu.org)

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

* Re: A patch for stdio-common/Makefile
  1999-08-23 15:14   ` H.J. Lu
@ 1999-08-23 15:18     ` Ulrich Drepper
  1999-08-24  8:24       ` H.J. Lu
  1999-08-23 15:24     ` Ulrich Drepper
  1 sibling, 1 reply; 7+ messages in thread
From: Ulrich Drepper @ 1999-08-23 15:18 UTC (permalink / raw)
  To: GNU C Library

hjl@lucon.org (H.J. Lu) writes:

> I got a problem with execvp. During the boot, I got something like
> 
> execvp: bad address
> 
> and machine panicked.

Which branch?

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

* Re: A patch for stdio-common/Makefile
  1999-08-23 15:14   ` H.J. Lu
  1999-08-23 15:18     ` Ulrich Drepper
@ 1999-08-23 15:24     ` Ulrich Drepper
  1 sibling, 0 replies; 7+ messages in thread
From: Ulrich Drepper @ 1999-08-23 15:24 UTC (permalink / raw)
  To: GNU C Library

I've fixed one execvp problem in the main branch.  Please try it again.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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

* Re: A patch for stdio-common/Makefile
  1999-08-23 15:18     ` Ulrich Drepper
@ 1999-08-24  8:24       ` H.J. Lu
  0 siblings, 0 replies; 7+ messages in thread
From: H.J. Lu @ 1999-08-24  8:24 UTC (permalink / raw)
  To: drepper; +Cc: GNU C Library

> 
> hjl@lucon.org (H.J. Lu) writes:
> 
> > I got a problem with execvp. During the boot, I got something like
> > 
> > execvp: bad address
> > 
> > and machine panicked.
> 
> Which branch?
> 

It has been fixed.

-- 
H.J. Lu (hjl@gnu.org)

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

end of thread, other threads:[~1999-08-24  8:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-23 13:10 A patch for stdio-common/Makefile H.J. Lu
1999-08-23 13:46 ` Mark Kettenis
1999-08-23 15:01 ` Ulrich Drepper
1999-08-23 15:14   ` H.J. Lu
1999-08-23 15:18     ` Ulrich Drepper
1999-08-24  8:24       ` H.J. Lu
1999-08-23 15:24     ` 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).