Quote from Rainer Fiebig via blfs-dev:
<quote>
I think that the "-r" in the first of the following seds is not
necessary and so may be a bit confusing as the next one uses just a
plain "-i":
sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in &&
sed -i 's#$(LIBRARY) ##' config/rules.mk &&
Personally, I also find the use of "#" in the second sed somewhat
unfortunate, as it used in the first one with a totally different
meaning.
</quote>
So let's remove -r and solve the "one symbol for different meanings"
issue. Note that in '/^RELEASE/s/^/#/' the first two '/'s have a
different meaning than others too, so use "|" instead of "/" for the
separator in sed "s" commands.
Suggested-by: Rainer Fiebig <jrf@mailbox.org>
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...
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to nss-3.56
Update to curl-7.72.0
Update to NetworkManager-1.26.2
Update to openldap-2.4.52
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23661 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to nspr-4.26
Update to guile-3.0.4
Update to cbindgen-0.14.3
Update to pycryptodome-3.9.8 (Python Module)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23329 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to PyYAML-5.2.
Update to tcsh-6.22.01.
Update to LVM2.2.03.07.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22423 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to ntp-4.2.8p13.
Update to nspr-4.21.
Update to postfix-3.4.1.
Update to wireshark-2.6.7.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21292 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to fuse-3.2.6.
Update to gnupg-2.2.10.
Update to p11-kit-0.23.14.
Update to sysstat-11.6.5.
Update to nspr-4.20.
Update to xfsprogs-4.18.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20461 af4574ff-66df-0310-9fd7-8a98e5e911e0
Update to mercurial-4.5.2.
Update to exempi-2.4.5.
Update to nspr-4.19.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19961 af4574ff-66df-0310-9fd7-8a98e5e911e0
- Switch to https:// scheme where possible to avoid redirects
- Unify all kernel.org, Sourceforge and GNU URLs
- Fix python and perl module URLs to be consistent
- Fix github provided URLs to properly download tarballs instead of vFOO.tar.gz
- Use upstream locations for some packages or better/shorter URLs if available
- Add https:// URLs for gnupg packages
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19022 af4574ff-66df-0310-9fd7-8a98e5e911e0