teach newer fakeroot to not build docs

This commit is contained in:
Eric Andersen 2006-04-19 17:53:45 +00:00
parent 61115890b8
commit 61942e82b4
2 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,20 @@
--- fakeroot/Makefile.am.orig 2006-04-19 11:50:35.000000000 -0600
+++ fakeroot/Makefile.am 2006-04-19 11:50:59.000000000 -0600
@@ -1,5 +1,5 @@
AUTOMAKE_OPTIONS=foreign
-SUBDIRS=scripts doc test
+SUBDIRS=scripts test
noinst_LTLIBRARIES = libcommunicate.la
libcommunicate_la_SOURCES = communicate.c
--- fakeroot/Makefile.in.orig 2006-04-19 11:50:43.000000000 -0600
+++ fakeroot/Makefile.in 2006-04-19 11:51:21.000000000 -0600
@@ -214,7 +214,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = scripts doc test
+SUBDIRS = scripts test
noinst_LTLIBRARIES = libcommunicate.la
libcommunicate_la_SOURCES = communicate.c
lib_LTLIBRARIES = libfakeroot.la

View File

@ -3,7 +3,7 @@
# fakeroot
#
#############################################################
FAKEROOT_VERSION:=1.2.13
FAKEROOT_VERSION:=1.5.8
FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz
FAKEROOT_SITE:=http://ftp.debian.org/debian/pool/main/f/fakeroot
FAKEROOT_CAT:=zcat
@ -26,6 +26,7 @@ $(FAKEROOT_DIR1)/.unpacked: $(DL_DIR)/$(FAKEROOT_SOURCE)
$(FAKEROOT_CAT) $(DL_DIR)/$(FAKEROOT_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
$(SED) "s,getopt --version,getopt --version 2>/dev/null," \
$(FAKEROOT_DIR1)/scripts/fakeroot.in
toolchain/patch-kernel.sh $(FAKEROOT_DIR1) package/fakeroot/ \*.patch
touch $(FAKEROOT_DIR1)/.unpacked
$(FAKEROOT_DIR1)/.configured: $(FAKEROOT_DIR1)/.unpacked
@ -33,6 +34,7 @@ $(FAKEROOT_DIR1)/.configured: $(FAKEROOT_DIR1)/.unpacked
CC="$(HOSTCC)" \
./configure \
--prefix=/usr \
$(DISABLE_NLS) \
);
touch $(FAKEROOT_DIR1)/.configured