OSDN Git Service

nptl/headers: Convert the makefile targets into variables.
authorKhem Raj <raj.khem@gmail.com>
Mon, 22 Feb 2010 23:16:18 +0000 (15:16 -0800)
committerKhem Raj <raj.khem@gmail.com>
Mon, 22 Feb 2010 23:16:18 +0000 (15:16 -0800)
commit507c5013f8548fa873af1c60ac659b23103e447e
tree77a44e5621a00ae3e8deeecb58de1c59ba9d07ae
parent39548d72297a8c3d8d55e04b8240e4ce09913a82
nptl/headers: Convert the makefile targets into variables.

* Introduce pregen-headers-y which is list of generated headers
  during the build and add this to pregen target in top level makefile.
  Also add nptl_headers, nptl_arch_headers, nptl_linux_headers
  to this if compiling with nptl.

* Replace pthread_pregen var with pregen-headers-y.

* Make nptl_headers, nptl_arch_headers, nptl_linux_headers variables
  instead of sub targets.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Makefile.in
libpthread/nptl/Makefile.in
libpthread/nptl/sysdeps/arm/Makefile.arch
libpthread/nptl/sysdeps/i386/Makefile.arch
libpthread/nptl/sysdeps/mips/Makefile.arch
libpthread/nptl/sysdeps/sh/Makefile.arch
libpthread/nptl/sysdeps/sparc/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
libpthread/nptl/sysdeps/x86_64/Makefile.arch