svn commit: branches/uClibc-nptl: extra/locale libpthread/nptl/sysdeps/pth etc...

carmelo at uclibc.org carmelo at uclibc.org
Wed Mar 5 14:13:35 UTC 2008


Author: carmelo
Date: 2008-03-05 06:13:34 -0800 (Wed, 05 Mar 2008)
New Revision: 21166

Log:
Remove extra / from directory name

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>


Modified:
   branches/uClibc-nptl/extra/locale/Makefile.in
   branches/uClibc-nptl/libpthread/nptl/sysdeps/pthread/Makefile.in
   branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in


Changeset:
Modified: branches/uClibc-nptl/extra/locale/Makefile.in
===================================================================
--- branches/uClibc-nptl/extra/locale/Makefile.in	2008-03-05 13:35:23 UTC (rev 21165)
+++ branches/uClibc-nptl/extra/locale/Makefile.in	2008-03-05 14:13:34 UTC (rev 21166)
@@ -12,7 +12,7 @@
 
 BUILD_CFLAGS-locale-common := \
 	-D__UCLIBC_GEN_LOCALE \
-	-DUCLIBC_CTYPE_HEADER='"$(top_builddir)/include/bits/uClibc_ctype.h"'
+	-DUCLIBC_CTYPE_HEADER='"$(top_builddir)include/bits/uClibc_ctype.h"'
 
 BUILD_CFLAGS-gen_wc8bit := $(BUILD_CFLAGS-locale-common) -DCTYPE_PACKED=1
 

Modified: branches/uClibc-nptl/libpthread/nptl/sysdeps/pthread/Makefile.in
===================================================================
--- branches/uClibc-nptl/libpthread/nptl/sysdeps/pthread/Makefile.in	2008-03-05 13:35:23 UTC (rev 21165)
+++ branches/uClibc-nptl/libpthread/nptl/sysdeps/pthread/Makefile.in	2008-03-05 14:13:34 UTC (rev 21166)
@@ -76,8 +76,8 @@
 
 #CFLAGS:=$(CFLAGS:-O1=-O2)
 
-pthread_DIR := $(top_srcdir)/libpthread/nptl/sysdeps/pthread
-pthread_OUT := $(top_builddir)/libpthread/nptl/sysdeps/pthread
+pthread_DIR := $(top_srcdir)libpthread/nptl/sysdeps/pthread
+pthread_OUT := $(top_builddir)libpthread/nptl/sysdeps/pthread
 
 pthread_SRC = $(patsubst %.c, $(pthread_DIR)/%.c, $(libpthread_CSRC))
 pthread_OBJ = $(patsubst %.c, $(pthread_OUT)/%.o, $(libpthread_CSRC))

Modified: branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
===================================================================
--- branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in	2008-03-05 13:35:23 UTC (rev 21165)
+++ branches/uClibc-nptl/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in	2008-03-05 14:13:34 UTC (rev 21166)
@@ -97,8 +97,8 @@
 CFLAGS-OMIT-timer_routines.c = -DIS_IN_libpthread=1
 CFLAGS-OMIT-timer_settime.c = -DIS_IN_libpthread=1
 
-PTHREAD_LINUX_DIR := $(top_srcdir)/libpthread/nptl/sysdeps/unix/sysv/linux
-PTHREAD_LINUX_OUT := $(top_builddir)/libpthread/nptl/sysdeps/unix/sysv/linux
+PTHREAD_LINUX_DIR := $(top_srcdir)libpthread/nptl/sysdeps/unix/sysv/linux
+PTHREAD_LINUX_OUT := $(top_builddir)libpthread/nptl/sysdeps/unix/sysv/linux
 
 PTHREAD_LINUX_OBJ := $(patsubst %.c,$(PTHREAD_LINUX_OUT)/%.o,$(libpthread_CSRC))
 PTHREAD_LINUX_OBJ += $(patsubst %.S,$(PTHREAD_LINUX_OUT)/%.o,$(libpthread_SSRC))




More information about the uClibc-cvs mailing list