]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Buildsys: Don't automatically strip rootfiles.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Sep 2009 09:17:19 +0000 (11:17 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Sep 2009 09:17:19 +0000 (11:17 +0200)
lfs/Config

index 1f4741fe91ab7fea7962dbd95b9eae58725c2712..5f578d32ed75879ad9cede891f27d11a6a908215 100644 (file)
@@ -246,12 +246,6 @@ define POSTBUILD
                perl /tmp/perl.pl < $(OBJECT)_diff \
                | sed -e "s@$(KVER)@KVER@g" -e "s@$(IFS_TARGET)@IFS_TARGET@g" > $(OBJECT); \
                rm -f $(OBJECT)_rootfile; \
-               if [ "$$ROOTFILE" != "" ]; then \
-                       if ! cmp -s $(OBJECT) $$ROOTFILE; then \
-                               touch $(OBJECT)_changed; \
-                               if ! grep -q "^+" $(OBJECT); then cp -f $(OBJECT) $$ROOTFILE; fi; \
-                       fi; \
-               fi; \
        else \
                touch $(OBJECT); \
        fi