CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Removed texinfo dependency (Thanks to Tilman Sauerbeck)
authorJose V Beneyto <sepen@crux.nu>
Thu, 20 May 2010 18:56:29 +0000 (20:56 +0200)
committerJose V Beneyto <sepen@crux.nu>
Thu, 20 May 2010 18:57:36 +0000 (20:57 +0200)
Makefile

index da19b957e915b40d28058c9bad6dec29aa20fc3a..5baa8de0ca434f6b45de06b1679b1285adc19c41 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,7 @@ $(WORK)/binutils-$(BINUTILS_VERSION): $(WORK)/binutils-$(BINUTILS_VERSION).tar.b
        tar -C $(WORK) -xvjf $(WORK)/binutils-$(BINUTILS_VERSION).tar.bz2
        cd $(WORK)/binutils-$(BINUTILS_VERSION) && \
                patch -p1 -i $(WORK)/binutils-$(BINUTILS_VERSION)-branch_update-5.patch
+       sed -i '/^SUBDIRS/s/doc//' $(WORK)/binutils-$(BINUTILS_VERSION)/*/Makefile.in
        touch $(WORK)/binutils-$(BINUTILS_VERSION)
 
 $(WORK)/build-binutils: $(WORK)/binutils-$(BINUTILS_VERSION)