From 084c175e59e9ea61c68154ad9982adcd918cbfcf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 14 Oct 2010 00:21:10 +0200 Subject: make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version --- mk/build.mk | 1 - mk/package.mk | 11 +---------- 2 files changed, 1 insertion(+), 11 deletions(-) (limited to 'mk') diff --git a/mk/build.mk b/mk/build.mk index 63fb13553..6761d2b40 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -97,7 +97,6 @@ all: world ${TOPDIR}/package/Depends.mk: ${TOPDIR}/.config $(wildcard ${TOPDIR}/package/*/Makefile) $(TOPDIR)/bin/tools/depmaker > ${TOPDIR}/package/Depends.mk - .NOTPARALLEL: .PHONY: all world clean cleantarget cleandir distclean image_clean diff --git a/mk/package.mk b/mk/package.mk index db3007f71..915cea841 100644 --- a/mk/package.mk +++ b/mk/package.mk @@ -3,15 +3,6 @@ all: build-all-pkgs -ifneq (${PKG_CXX},) -ifeq (${ADK_COMPILE_${PKG_CXX}_WITH_UCLIBCXX},y) -PKG_BUILDDEP+= uclibc++ -PKG_DEPENDS+= uclibc++ -else -PKG_DEPENDS+= libstdcxx -endif -endif - TCFLAGS:= ${TARGET_CFLAGS} TCXXFLAGS:= ${TARGET_CFLAGS} TCPPFLAGS:= ${TARGET_CPPFLAGS} @@ -281,4 +272,4 @@ distclean: clean rm -f ${FULLDISTFILES} .PHONY: all refetch extract patch configure \ - build fake package install clean build-all-pkgs + build rebuild fake package install clean build-all-pkgs -- cgit v1.2.3