OSDN Git Service

touchup syntax
authorMike Frysinger <vapier@gentoo.org>
Wed, 29 Jun 2005 22:58:06 +0000 (22:58 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 29 Jun 2005 22:58:06 +0000 (22:58 -0000)
test/Makefile

index 2034842..a287802 100644 (file)
@@ -21,28 +21,25 @@ TOPDIR=../
 
 .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