#219 closed defect (wontfix)
make install. instructions more robust
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
started as: From: "Matthias Benkmann" <matthias@…> To: lfs-dev@… Subject: gzip: cp instead of mv Date: Mon, 15 Oct 2001 11:05:14 +0200
Change History (8)
comment:1 by , 23 years ago
comment:3 by , 23 years ago
Priority: | normal → highest |
---|
comment:5 by , 23 years ago
Not entirely, though there's a lot of overlapping. Bug #218 is just about making the commands in chapters 5 and 6 uniform, while the bug dealt with here is about updating the commands a little bit to make them more intelligent when it comes to situations where it normally would fail.
I rather have them seperated as they are now, because pretty much everybody is able to make the chapters 5 and 6 commands identical, but the 'making it more robust' requires more work/knowledge
comment:6 by , 23 years ago
Priority: | highest → normal |
---|
comment:7 by , 23 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Know what? This is going to be a real pain to implement, taking a lot of rewriting of Makefile files and instructions just to insert a bunch of "if-then-else" type statements. If you have a very special/weird setup, then I'm sure you can manage yourself in the first place, right?
Look at the bzip2 installation instructions for instance: cd $LFS/usr/bin && mv bzcat bunzip2 bzip2 bzip2recover $LFS/bin This will fail if $LFS/usr/bin and $LFS/bin are identical because mv does not move a file onto itself.