Author: justin
Date: 2005-11-24 23:13:44 -0700 (Thu, 24 Nov 2005)
New Revision: 1161

Modified:
   branches/6.1.1-newmake/packages/vim/Makefile
   branches/dm/packages/vim/Makefile
   trunk/packages/vim/Makefile
Log:
Removed HELPSUBLOC command from stage2 vim install. We don't specify it for the 
stage3 build (double installed docs), and also there is a bug associated with 
HELPSUBLOC (LFS Bug 1610).  Removed from trunk, dm and 6.1.1-newmake.

Modified: branches/6.1.1-newmake/packages/vim/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/vim/Makefile        2005-11-24 22:37:39 UTC 
(rev 1160)
+++ branches/6.1.1-newmake/packages/vim/Makefile        2005-11-25 06:13:44 UTC 
(rev 1161)
@@ -38,7 +38,7 @@
        patch -Np1 -i ../$(PATCH1)
        ./configure --prefix=/usr --enable-multibyte
        make $(PM)
-       make HELPSUBLOC=/usr/share/doc/vim-$(VRS) install
+       make install
        ln -sf vim /usr/bin/vi
        cp $(ROOT)/etc/vimrc /etc
 

Modified: branches/dm/packages/vim/Makefile
===================================================================
--- branches/dm/packages/vim/Makefile   2005-11-24 22:37:39 UTC (rev 1160)
+++ branches/dm/packages/vim/Makefile   2005-11-25 06:13:44 UTC (rev 1161)
@@ -38,7 +38,7 @@
         ./configure --prefix=/usr --enable-multibyte
 endif
        make $(PM)
-       make HELPSUBLOC=/usr/share/doc/vim-6.4 install
+       make install
        ln -sf vim /usr/bin/vi
        cp $(ROOT)/etc/vimrc /etc
 

Modified: trunk/packages/vim/Makefile
===================================================================
--- trunk/packages/vim/Makefile 2005-11-24 22:37:39 UTC (rev 1160)
+++ trunk/packages/vim/Makefile 2005-11-25 06:13:44 UTC (rev 1161)
@@ -38,7 +38,7 @@
         ./configure --prefix=/usr --enable-multibyte
 endif
        make $(PM)
-       make HELPSUBLOC=/usr/share/doc/vim-6.4 install
+       make install
        ln -sf vim /usr/bin/vi
        cp $(ROOT)/etc/vimrc /etc
 

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

Reply via email to