Changes between Version 7 and Version 8 of BuildLibc
- Timestamp:
- Nov 16, 2005, 8:14:25 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildLibc
v7 v8 44 44 The natural series is expressed by this regexp '/^libc[0-9][0-9][0-9]*[abr]*[0-9]*\.dll$/'. Examples: libc05.dll, libc06.dll, libc06a1.dll, libc06b4.dll, libc06r2.dll, libc07r1.dll, libc10.dll, and libc100a.dll 45 45 46 Documenting your build is vital. It should be made '''__exceptionally__''' clear that the build is not an official one, that YOU did it, what is special about your build, what it includes which is different from the official ones, and how to reconstruct the sources (diff + what you diffed against or/and subversion tree revision(s)). It is also worth keeping in mind that LIBC is LGPL and most of the other stuff is GPL (the exceptions are ash,.. which are BSD). So, don't forget to include COPYING and/or COPYING.LIBwhen appropriate.46 Documenting your build is vital. It should be made '''__exceptionally__''' clear that the build is '''__not__''' an official one, that '''__you__''' did it, what is special about your build, what it includes which is different from the official ones, and how to reconstruct the '''__sources__''' (diff + what you diffed against or/and subversion tree revision(s)). It is also worth keeping in mind that LIBC is '''LGPL''' and most of the other stuff is '''GPL''' (the exceptions are ash,.. which are BSD). So, don't forget to include '''COPYING.LIB''' and/or '''COPYING''' when appropriate.