This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mips build fix


Guido Guenther <agx@sigxcpu.org> writes:

> Hi,
> attached is a small fix to get o32 to build again.
>  -- Guido
>
> 2003-06-10  Guido Guenther  <agx@sigxcpu.org>
>
> 	* sysdeps/unix/sysv/linux/mips/Makefile: Add missing endif
> 	and create $(objpfx)
>
> ===================================================================
> RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/mips/Makefile,v
> retrieving revision 1.9
> diff -u -p -r1.9 Makefile
> --- sysdeps/unix/sysv/linux/mips/Makefile	28 May 2003 21:05:12 -0000	1.9
> +++ sysdeps/unix/sysv/linux/mips/Makefile	10 Jun 2003 07:19:12 -0000
> @@ -15,6 +15,7 @@ no_syscall_list_h = 1
>  # We generate not only SYS_<syscall>, pointing at SYS_<abi>_<syscall> if
>  # it exists, but also define SYS_<abi>_<syscall> for all ABIs.
>  $(objpfx)syscall-%.h $(objpfx)syscall-%.d: ../sysdeps/unix/sysv/linux/mips/sys/syscall.h
> +	mkdir -p $(objpfx)

this should be:
	$(make-target-directory)

I've committed the change with this fix,
Andreas
-- 
 Andreas Jaeger, SuSE Linux AG, aj@suse.de, http://www.suse.de/~aj
  GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]