svn commit: branches/uClibc-nptl: ldso libc/sysdeps/linux/common

sjhill at uclibc.org sjhill at uclibc.org
Wed Nov 16 03:33:03 UTC 2005


Author: sjhill
Date: 2005-11-15 19:32:51 -0800 (Tue, 15 Nov 2005)
New Revision: 12281

Log:
Hack to makefile until new build system and comment formatting.


Modified:
   branches/uClibc-nptl/ldso/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/common/syscalls.h


Changeset:
Modified: branches/uClibc-nptl/ldso/Makefile
===================================================================
--- branches/uClibc-nptl/ldso/Makefile	2005-11-16 03:30:28 UTC (rev 12280)
+++ branches/uClibc-nptl/ldso/Makefile	2005-11-16 03:32:51 UTC (rev 12281)
@@ -21,7 +21,7 @@
 
 DIRS = ldso libdl
 
-ifeq ($(strip $(BUILD_UCLIBC_LDSO)),y)
+ifneq ($(strip $(BUILD_UCLIBC_LDSO)),y)
 all: subdirs
 else
 all:

Modified: branches/uClibc-nptl/libc/sysdeps/linux/common/syscalls.h
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/common/syscalls.h	2005-11-16 03:30:28 UTC (rev 12280)
+++ branches/uClibc-nptl/libc/sysdeps/linux/common/syscalls.h	2005-11-16 03:32:51 UTC (rev 12281)
@@ -29,8 +29,10 @@
 #include <endian.h>
 
 #undef __OPTIMIZE__
-/* We absolutely do _NOT_ want interfaces silently
- *  *  * renamed under us or very bad things will happen... */
+/*
+ * We absolutely do _NOT_ want interfaces silently
+ * renamed under us or very bad things will happen...
+ */
 #ifdef __USE_FILE_OFFSET64
 # undef __USE_FILE_OFFSET64
 #endif




More information about the uClibc-cvs mailing list