Author: justin
Date: 2005-11-21 23:17:04 -0700 (Mon, 21 Nov 2005)
New Revision: 1128
Modified:
trunk/packages/gc/Makefile
Log:
trunk - Install the gc documentation as per the BLFS book.
Modified: trunk/packages/gc/Makefile
===================================================================
--- trunk/packages/gc/Makefile 2005-11-22 05:39:22 UTC (rev 1127)
+++ trunk/packages/gc/Makefile 2005-11-22 06:17:04 UTC (rev 1128)
@@ -16,13 +16,16 @@
chroot "$(MP)" $(chenv-blfs) \
'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
-stage2: Makefile $(FILE) $(PATCH1)
+stage2: Makefile $(FILE)
$(std_build)
compile-stage2:
- ./configure --prefix=/usr
+ sed -i "s|\$$(datadir)/@PACKAGE@|&-6.5|" doc/Makefile.in
+ ./configure --prefix=/usr --datadir=/usr/share/doc --enable-cplusplus
make $(PM)
make install
+ install -v -m644 doc/gc.man /usr/share/man/man3/gc_malloc.3
+ ln -sf gc_malloc.3 /usr/share/man/man3/gc.3
clean:
-rm -rf $(DIR)
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page