]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
We don't save the compiled software to any list...
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Jan 2009 08:23:10 +0000 (09:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Jan 2009 08:23:10 +0000 (09:23 +0100)
lfs/Config

index 45643025f3c5e68790461d8dcb5a71ed4b2da7f6..b477547e91a2ae5162dbbf785d4d1c86608c3423 100644 (file)
@@ -185,23 +185,12 @@ define POSTBUILD
        fi
        @rm -f $(OBJECT)_diff
        echo "######################################################################"
-
-       touch $(DIR_INFO)/_build.00-software.log
-       if [ "x$(objects)" != "x" ] && \
-       ! grep -qEi "^$(PKG_NAME);$(VER);" $(DIR_INFO)/_build.00-software.log; then \
-               echo "$(PKG_NAME);$(VER);" >> $(DIR_INFO)/_build.00-software.log; \
-       fi
 endef
 else
 define POSTBUILD
        echo "### INSTALL DONE #####################################################"
        echo "# Application: $(THISAPP)"
        echo "######################################################################"
-       touch $(DIR_INFO)/_build.00-software.log
-       if [ "x$(objects)" != "x" ] && \
-       ! grep -qEi "^$(PKG_NAME);$(VER);" $(DIR_INFO)/_build.00-software.log; then \
-               echo "$(PKG_NAME);$(VER);" >> $(DIR_INFO)/_build.00-software.log; \
-       fi
        touch $(OBJECT)
 endef
 endif