Author: justin
Date: 2005-11-16 22:41:34 -0700 (Wed, 16 Nov 2005)
New Revision: 1078
Modified:
branches/6.1.1-1/packages/binutils/Makefile
Log:
Fixed 6.1.1-1 binutils patch order.
Modified: branches/6.1.1-1/packages/binutils/Makefile
===================================================================
--- branches/6.1.1-1/packages/binutils/Makefile 2005-11-17 05:06:19 UTC (rev
1077)
+++ branches/6.1.1-1/packages/binutils/Makefile 2005-11-17 05:41:34 UTC (rev
1078)
@@ -22,8 +22,8 @@
@if [ ! -f $(SRC)/$(PATCH1) ] ; then $(WGET) $(URL1) && \
mv $(PATCH1) $(SRC) ; fi
@if [ ! -f $(WD)/bin/ld ] ; then unpack $(SRC)/$(FILE) && cd $(DIR) && \
+ patch -Np1 -i $(SRC)/$(PATCH1) && \
mkdir ../$(NM)-build && cd ../$(NM)-build && \
- patch -Np1 -i $(SRC)/$(PATCH1) && \
../$(DIR)/configure --prefix=$(WD) --disable-nls && make && \
make install && \
make -C ld clean && \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page