Author: alexander
Date: 2005-12-05 05:27:22 -0700 (Mon, 05 Dec 2005)
New Revision: 1219

Modified:
   trunk/etc/bashrc
   trunk/packages/glibc/Makefile
Log:
Reduced unneeded differences from the dm branch

Modified: trunk/etc/bashrc
===================================================================
--- trunk/etc/bashrc    2005-12-05 02:35:03 UTC (rev 1218)
+++ trunk/etc/bashrc    2005-12-05 12:27:22 UTC (rev 1219)
@@ -16,3 +16,8 @@
 fi
 
 export PS1
+
+if [ "`locale charmap 2>/dev/null`" = "UTF-8" ]
+then
+       stty iutf8
+fi

Modified: trunk/packages/glibc/Makefile
===================================================================
--- trunk/packages/glibc/Makefile       2005-12-05 02:35:03 UTC (rev 1218)
+++ trunk/packages/glibc/Makefile       2005-12-05 12:27:22 UTC (rev 1219)
@@ -58,7 +58,7 @@
         $(WD)/include/bits
 
 ifndef CROSS
-stage1: $(FILE) 
+stage1: $(FILE)
        $(sep_dir_build)
        cp $(SRC)/$(FILE) $(LFSSRC)/
 
@@ -121,7 +121,7 @@
        'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)'
 
 ifndef CROSS
-stage2: $(FILE) 
+stage2: $(FILE)
        $(sep_dir_build)
        touch $@
 

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to