From: Michael Tremer Date: Tue, 27 Jan 2009 08:23:10 +0000 (+0100) Subject: We don't save the compiled software to any list... X-Git-Tag: v3.0-alpha1~76^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bce1e7bfcc6d4db84330b3611f8120ee1ae5af67;p=ipfire-3.x.git We don't save the compiled software to any list... --- diff --git a/lfs/Config b/lfs/Config index 45643025f..b477547e9 100644 --- a/lfs/Config +++ b/lfs/Config @@ -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