CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
toolchain-softfp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c7d949
)
Removed texinfo dependency (Thanks to Tilman Sauerbeck)
author
Jose V Beneyto
<sepen@crux.nu>
Thu, 20 May 2010 18:56:29 +0000
(20:56 +0200)
committer
Jose V Beneyto
<sepen@crux.nu>
Thu, 20 May 2010 18:56:29 +0000
(20:56 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 9fe0dd945654225af48d6a03a6476e7cdc13ae66..fd4a5d117a1c33e42dd0e359456baaefe76a2e5d 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)