Waldemar Brodkorb 14 rokov pred
rodič
commit
79aa182cc9

+ 4 - 4
mk/build.mk

@@ -416,7 +416,7 @@ endif # ! ifeq ($(strip $(ADK_HAVE_DOT_CONFIG)),y)
 
 # build all targets and combinations
 bulk:
-	while read target libc fs; do \
+	@while read target libc fs; do \
 		mkdir -p $(TOPDIR)/bin/$${target}_$$libc; \
 	    ( \
 		echo === building $$target $$libc $$fs on $$(date); \
@@ -428,7 +428,7 @@ bulk:
 	done <${TOPDIR}/target/bulk.lst
 
 bulktoolchain:
-	while read target libc; do \
+	@while read target libc; do \
 		mkdir -p $(TOPDIR)/bin/$${target}_$$libc; \
 	    ( \
 		echo === building $$target $$libc on $$(date); \
@@ -440,7 +440,7 @@ bulktoolchain:
 	done <${TOPDIR}/target/bulktool.lst
 
 bulkall:
-	while read target libc fs; do \
+	@while read target libc fs; do \
 		mkdir -p $(TOPDIR)/bin/$${target}_$$libc; \
 	    ( \
 		echo === building $$target $$libc $$fs on $$(date); \
@@ -452,7 +452,7 @@ bulkall:
 	done <${TOPDIR}/target/bulk.lst
 
 bulkallmod:
-	while read target libc fs; do \
+	@while read target libc fs; do \
 		mkdir -p $(TOPDIR)/bin/$${target}_$$libc; \
 	    ( \
 		echo === building $$target $$libc $$fs on $$(date); \

+ 2 - 0
package/MesaLib/Makefile

@@ -16,6 +16,8 @@ PKG_SITES:=		ftp://ftp.freedesktop.org/pub/mesa/7.8.1/
 
 WRKDIST=		${WRKDIR}/Mesa-${PKG_VERSION}
 
+PKG_TARGET_DEPENDS:=  	x86 x86_64
+
 include $(TOPDIR)/mk/package.mk
 
 $(eval $(call PKG_template,MESALIB,mesalib,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

+ 1 - 0
package/firefox/Makefile

@@ -19,6 +19,7 @@ PKG_SITES:=		http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/
 DISTFILES:=             ${PKG_NAME}-${PKG_VERSION}.source.tar.bz2
 
 WRKDIST=		${WRKDIR}/mozilla-1.9.2
+PKG_TARGET_DEPENDS:=	alix1c x86_qemu x86_64_qemu shuttle
 
 include $(TOPDIR)/mk/package.mk
 

+ 1 - 1
package/libXdamage/Makefile

@@ -9,7 +9,7 @@ PKG_RELEASE:=		1
 PKG_MD5SUM:=		f8f19f747c8445213d5409ae8b8b2f0a
 PKG_DESCR:=		add short description
 PKG_SECTION:=		libs
-PKG_BUILDDEP+=		libXfixes
+PKG_BUILDDEP+=		libXfixes damageproto
 PKG_URL:=		add project url
 PKG_SITES:=		http://xorg.freedesktop.org/archive/individual/lib/
 

+ 1 - 0
package/libXfixes/Makefile

@@ -9,6 +9,7 @@ PKG_RELEASE:=		1
 PKG_MD5SUM:=		86eb4b916cd5948c0e20d279107b3331
 PKG_DESCR:=		add short description
 PKG_SECTION:=		libs
+PKG_BUILDDEP+=		fixesproto
 PKG_URL:=		add project url
 PKG_SITES:=		http://xorg.freedesktop.org/archive/individual/lib/