changeset 1311:f39204aaafc4

A nolink build doesn't need the find -L hack.
author Rob Landley <rob@landley.net>
date Thu, 02 Dec 2010 20:59:07 -0600
parents f5bb48a74920
children 6f4a69a61614
files sources/control-images/lfs-bootstrap/mnt/build/vim.nolink
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/control-images/lfs-bootstrap/mnt/build/vim.nolink	Thu Dec 02 20:57:19 2010 -0600
+++ b/sources/control-images/lfs-bootstrap/mnt/build/vim.nolink	Thu Dec 02 20:59:07 2010 -0600
@@ -1,7 +1,6 @@
 #!/bin/sh
 
 sed -i '$a #define SYS_VIMRC_FILE "/etc/vimrc"' src/feature.h &&
-sed -i 's/find /find -L /g' Makefile src/Makefile &&
 
 ./configure --prefix=/usr --enable-multibyte &&
 make -j $CPUS || exit 1