From: Michael Tremer Date: Sun, 25 Jan 2009 16:06:23 +0000 (+0100) Subject: Fixed that toolchain stage couldn't check if package was built or not. X-Git-Tag: v3.0-alpha1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7168fbb96c04de4430dd82130e4f99e81b775cc5;p=ipfire-3.x.git Fixed that toolchain stage couldn't check if package was built or not. --- diff --git a/tools/make-include b/tools/make-include index 1eb7d7a23..4fe184a82 100644 --- a/tools/make-include +++ b/tools/make-include @@ -275,6 +275,7 @@ toolchain_make() { exiterror "Building $*" else beautify result DONE $[ $PKG_TIME_END - $PKG_TIME_START ] $1 $PKG_VER $STAGE_ORDER $STAGE + PACKAGES_DONE="$PACKAGES_DONE $1" fi return 0