[uClibc-cvs] svn commit: trunk/uClibc/test

vapier at uclibc.org vapier at uclibc.org
Wed Jun 29 22:58:07 UTC 2005


Author: vapier
Date: 2005-06-29 16:58:06 -0600 (Wed, 29 Jun 2005)
New Revision: 10631

Log:
touchup syntax

Modified:
   trunk/uClibc/test/Makefile


Changeset:
Modified: trunk/uClibc/test/Makefile
===================================================================
--- trunk/uClibc/test/Makefile	2005-06-29 22:44:26 UTC (rev 10630)
+++ trunk/uClibc/test/Makefile	2005-06-29 22:58:06 UTC (rev 10631)
@@ -21,28 +21,25 @@
 
 .EXPORT_ALL_VARIABLES:
 
-
-ALL_SUBDIRS = args assert ctype pwd_grp signal silly stdlib string unistd crypt #misc
+ALL_SUBDIRS = \
+	args assert crypt ctype pwd_grp signal silly stdlib string unistd \
+	#misc
 DIRS = $(ALL_SUBDIRS)
-#ifeq ($(TARGET_ARCH), $(HOST_ARCH))
-#	DIRS = $(ALL_SUBDIRS)
-#else
-#	DIRS =
-#endif
+
 ifeq ($(HAVE_SHARED),y)
-  ifeq ($(BUILD_UCLIBC_LDSO),y)
-	DIRS += dlopen
-  endif	
-endif	
+	ifeq ($(BUILD_UCLIBC_LDSO),y)
+		DIRS += dlopen
+	endif
+endif
 ifeq ($(UCLIBC_HAS_THREADS),y)
-    DIRS += pthread
-endif	
+	DIRS += pthread
+endif
 
 all: subdirs
 
 tags:
 	ctags -R
-	
+
 clean: subdirs_clean
 	$(RM) *.[oa] *~ core
 




More information about the uClibc-cvs mailing list