On 08/04/2010 01:42 PM, Andrew Benton wrote: >> Slightly more refined version, 2 seds, one after the other: >> > >> > sed -i 's/ot \$/ot:\n$/' manual/Makefile >> > sed -i '/pot/a\\ttouch $@' manual/Makefile >> > >> > Better still, combine the 2 > > sed -i 's/ot \$/ot:\n\ttouch $...@\n$/' manual/Makefile > > Andy, just to be clear. You apply this sed command in Chapter 6 and *not* in Chapter 5? I've got make-3.81 installed on my host system, Ubuntu-10.04, I'm building for x86_64 and using LFS-SVN-20100803.
Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
