Эх сурвалжийг харах

fix checksum and some typos

Waldemar Brodkorb 15 жил өмнө
parent
commit
97c636279c

+ 4 - 4
mk/build.mk

@@ -284,9 +284,9 @@ endif
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			 >> $(TOPDIR)/.defconfig; \
 	fi
-	for symbol in ${DEFCONFIG}; do \
+	@for symbol in ${DEFCONFIG}; do \
 		echo $$symbol >> $(TOPDIR)/.defconfig; \
-	done; \
+	done
 	@if [ ! -z "$(FS)" ];then \
 		grep "^config" target/Config.in \
 			|grep -i "$(FS)" \
@@ -355,9 +355,9 @@ endif
 			|sed -e "s#^config \(.*\)#\1=y#" \
 			>> $(TOPDIR)/all.config; \
 	fi
-	for symbol in ${DEFCONFIG}; do \
+	@for symbol in ${DEFCONFIG}; do \
 		echo $$symbol >> $(TOPDIR)/all.config; \
-	done; \
+	done
 	@if [ ! -z "$(FS)" ];then \
 		grep "^config" target/Config.in \
 			|grep -i "$(FS)" \

+ 1 - 1
toolchain/binutils/Makefile.inc

@@ -4,7 +4,7 @@
 PKG_NAME:=		binutils
 PKG_VERSION:=		2.20.51
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		70971093cfa11bd943e06eccb2fd8914
+PKG_MD5SUM:=		74a7716095e031c8462137ca26ff5472
 PKG_SITES:=		ftp://sourceware.org/pub/binutils/snapshots/
 #PKG_SITES:=		${MASTER_SITE_GNU:=binutils/}
 DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.bz2