[uClibc] [PATCH] Fix fix_includes.sh (0.9.21)

Bernardo Innocenti bernie at develer.com
Sun Sep 21 13:55:26 UTC 2003


Fix a trivial error in fix_includes.sh (uClibc 0.9.21)

--- uClibc-0.9.21/extra/scripts/fix_includes.sh.orig	2003-09-21 15:53:54.000000000 +0200
+++ uClibc-0.9.21/extra/scripts/fix_includes.sh	2003-09-21 15:53:14.000000000 +0200
@@ -53,7 +53,7 @@
     case $1 in
 	-k ) shift; if [ "$1" ]; then KERNEL_SOURCE=$1; shift; else usage; fi; ;;
 	-t ) shift; if [ "$1" ]; then TARGET_ARCH=$1; shift; else usage; fi; ;;
-	-n ) shift; if [ "$1" ]; then HAS_MMU="n"; shift; else usage; fi; ;;
+	-n ) HAS_MMU="n"; shift; ;;
 	-* ) usage; ;;
 	* ) usage; ;;
     esac;

-- 
  // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/

Please don't send Word attachments - http://www.gnu.org/philosophy/no-word-attachments.html






More information about the uClibc mailing list