Matthew Burgess wrote these words on 08/30/05 01:36 CST: > Whoops, I thought I'd fixed them all already :( Basically, as Jim said, > we can't assume the host can handle '-i'. Therefore, gcc-pass2 needs to > be changed, as do any other occurrences prior to building `sed' in > chapter 5. The '-e' flag can be dropped too, as it's superfluous in > most (if not all) cases.
-e is only required if you have more than one 'script' changing things. If you had two changes, i.e., -e "s/this/that" -e "s/those/them/" then the -e is required. -e is assumed if there is only one 'script'. -- Randy rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3] [GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686] 01:36:01 up 150 days, 1:09, 3 users, load average: 0.02, 0.07, 0.26 -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page