]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Make things clearer when someone is watching the logs with tail.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Nov 2008 16:50:46 +0000 (17:50 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Nov 2008 16:50:46 +0000 (17:50 +0100)
lfs/Config

index f0821c52c9c341e28ee21946d96d22579a478f41..06da803af40833f89279d07764f4c8c0c01430ac 100644 (file)
@@ -98,6 +98,7 @@ define PREBUILD
        echo "# Application: $(THISAPP)"
        echo "# Description: $(SHORT_DESC)"
        echo "######################################################################"
+       echo "# Saving file list..."
        if [ ! -f $(DIR_SRC)/lsalr ]; then $(FIND_FILES) > $(DIR_SRC)/lsalr; fi
 endef
 else
@@ -160,26 +161,24 @@ define POSTBUILD
                touch $(TARGET); \
        fi
        @rm -f $(TARGET)_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
-
-       echo "######################################################################"
 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
-
-       echo "######################################################################"
        touch $(TARGET)
 endef
 endif