xinglp wrote:
> sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' \
>         -e 's@^#SKIP/SKIP/' Makefile
>
> should be the follow ?
>
> sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' \
>         -e 's@^#SKIP@SKIP@' Makefile

Yes, that's a typo.  I tested with slashes, but then started to change 
to @ because of the previous expression.  I obviously didn't finish the 
change.

Fixed.  Thanks.

   -- Bruce



-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to