
  -- Porting to new archs

*) This is Packages make direkt usage of the $arch* variables:

   bin86, lilo, ld.so, linux, util-linux, modules

*) This is Subdistributions make direkt usage of the $arch variable:

   install-disk, router

*) The package util-linux disables a few programs for a few archs (e.g.
   fdisk). Check for a replacement when porting to such an arch!

*) I need float.h and libgcc1.a for much more systems!


  -- Un-normal Packages

*) Packages which are creating (a part of) their file-listing from
   their .conf file or direct executeable:

   python, rock-doc, linux


  -- Building a distribution

*) Check this files: Documentation/*, scripts/parse-config

*) Type './scripts/Build-All <nfs-location>' and let it run a day or two


  -- Stuff to check now and than

*) Check the list of not stripped binaries/libs:

     find $root -type f | xargs file | grep 'not stripped'

*) Check the list of empty files:

     find $base/*/ -type f -size 0

*) Check the list of old/temp files:

     find $base/*/ -name '*-x' -o -name '*~' -o -name '*.old' \
          -o -name '*.bak' -o -name '*.tmp' -o -name '*.sav'

*) Check for unused files in $base/archive/ (using the access
   time of the files there).

*) Check the rock-debug package

*) Check the package versions using the command:

     ./scripts/make-misc checkver > checkver.out

*) Check the status of the documentation/PATCHES file:

     ./scripts/make-misc chkpatches

*) Check the directory tree (doc vs. doc/packages, lib vs. share, etc.)
