Commit Graph

11 Commits

Author SHA1 Message Date
Xi Ruoyao
2a53093201
treewide: Remove nonexist User Notes
The last part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:23:06 +08:00
Pierre Labastie
3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Xi Ruoyao
b3c16f1230
la-files: some reword
- libtool is usually internally shipped and system libtool is not used.
  Or we can simply patch system libtool to stop installing .la files...
- Add a paragraph about static library.  Prevent anyone from thinking
  "oh I need static libraries and I'll keep those .la files".
- Mention that .la file may mistakenly include library names or paths
  not valid after installation.
- Move a </literal> into the correct location.
2022-09-19 13:47:19 +08:00
Bruce Dubbs
2c871871fb Spelling fixes 2022-02-16 15:04:13 -06:00
Pierre Labastie
85580446b2 Remove spaces at the end of lines
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Pierre Labastie
cc232d382f Fix a possible error in "remove-la-files.sh":
If /opt is empty, the instruction "find /opt/* ..." exits with non zero
status. The new instruction should be equivalent, but without this issue.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19619 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-12-23 15:56:03 +00:00
Pierre Labastie
0949d167e9 Other typos in remove-la-files.sh
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19618 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-12-23 09:08:58 +00:00
Thomas Trepl
dc436a1296 Fix typo
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19617 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-12-23 08:47:31 +00:00
Bruce Dubbs
4fa85cb8b5 Update graphviz url
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19593 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-12-12 21:56:51 +00:00
Bruce Dubbs
61cd9b2332 Add a page that discusses libtool archive (.la) files.
Includes a script to remove unneeded (most) .la files.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19588 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-12-09 22:33:30 +00:00