From: Michael Tremer Date: Tue, 29 Sep 2009 09:17:19 +0000 (+0200) Subject: Buildsys: Don't automatically strip rootfiles. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76b49b257985a44abbd397a1be02c6ec14bc9457;p=ipfire-3.x.git Buildsys: Don't automatically strip rootfiles. --- diff --git a/lfs/Config b/lfs/Config index 1f4741fe9..5f578d32e 100644 --- a/lfs/Config +++ b/lfs/Config @@ -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