Bläddra i källkod

Removed "zoneinfo files" problem TODO

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 år sedan
förälder
incheckning
0afddf5c99
1 ändrade filer med 0 tillägg och 22 borttagningar
  1. 0 22
      TODO

+ 0 - 22
TODO

@@ -40,24 +40,6 @@ These are the TODO items for the next LFS release (3.0):
 * Re-arrange the list in chapter 3 to match the order in which 
   packages are installed.
 
-* Find out why zoneinfo file are not installed when installing Glibc in
-  chapter 6
-
-  From an email to lfs-discuss:
-
-    I agree.  Let me ask you this, though.  Is there anything that
-    doesn't get 
-    installed besides the zoneinfo?  I figured out how to install that
-    manually, if it's all that's missing.  It's simply:
-        zic /path/to/glibc/source/timezone/<continent>
-    If that's all it's missing, no need to install a static perl even.
-
-	Another lead: possibly cross-compiler detection. Fix with:
-		sed s,"cross-compiling = yes","cross-compiling = no", \
-			config.make > config.make~ && mv config.make~ config.make
-		make && make install
-
-
 * Full dependency list. This list isn't a list of "package a depends on
   package b" but a list like "package b depends on the files c, d and e
   from package f".
@@ -72,10 +54,6 @@ These are the TODO items for the next LFS release (3.0):
   you run; it makes debugging easier for us knowing which LFS version a user
   is running).
 
-* Check to see if we need the configparms file when installing Glibc.
-  Rumours have it that the --prefix=/usr we use causes
-  slibdir=/lib and sysconfdir=/etc to be assumed.
-
 * Explain how changing runlevels works. Use the file written by Simon
   Perreault at http://download.linuxfromscratch.org/misc/runlevels.txt