Home | History | Annotate | Line # | Download | only in lfs
      1 Line counts.
      2 
      3 (Part of the premise of splitting lfs from ufs is that in the long run
      4 the size of a standalone lfs will be substantially smaller than the
      5 size of lfs plus the size of ufs. This file is for keeping track of
      6 this proposition.)
      7 
      8 As of 20130604 (before the split):
      9 		.h	.c	total
     10 lfs		1467	13858	15325
     11 ufs		2056	12919	14975
     12 
     13 As of 20130605 (copied all ufs files verbatim):
     14 
     15 lfs-native	1467	13858	15325
     16 lfs-ulfs	2070	12938	15008
     17 lfs-total	3537	26796	30333
     18 
     19 A few extra lines appeared copying ufs because I preserved a copy of
     20 the old rcsids.
     21 
     22 As of 20130606 (committed the initial split and made things buildable):
     23 
     24 lfs-native	1482	13858	15340
     25 lfs-ulfs	1994	13028	15022
     26 lfs-total	3476	26886	30362
     27