]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed that toolchain stage couldn't check if package was built or not.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Jan 2009 16:06:23 +0000 (17:06 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Jan 2009 16:06:23 +0000 (17:06 +0100)
tools/make-include

index 1eb7d7a23213a1ca3690be2baa2e7d4987f8d167..4fe184a827a924e77b87481a76f757d54725dcfd 100644 (file)
@@ -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