svn commit: branches/uClibc-nptl

kraj at uclibc.org kraj at uclibc.org
Thu Sep 18 04:38:14 UTC 2008


Author: kraj
Date: 2008-09-17 21:38:14 -0700 (Wed, 17 Sep 2008)
New Revision: 23421

Log:
Try not to use ">&" dash shell does not like it.


Modified:
   branches/uClibc-nptl/Makefile.in


Changeset:
Modified: branches/uClibc-nptl/Makefile.in
===================================================================
--- branches/uClibc-nptl/Makefile.in	2008-09-18 01:01:02 UTC (rev 23420)
+++ branches/uClibc-nptl/Makefile.in	2008-09-18 04:38:14 UTC (rev 23421)
@@ -141,7 +141,7 @@
 	$(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers)
 ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
 		$(Q)$(MAKE) nptl_headers
-ifeq ($(shell $(CC) --help >& /dev/null && echo yes),yes)
+ifeq ($(shell $(CC) --help 2>&1 > /dev/null && echo yes),yes)
 		$(Q)$(MAKE) nptl_arch_headers
 		$(Q)$(MAKE) nptl_linux_headers
 endif




More information about the uClibc-cvs mailing list