From: Michael Tremer Date: Sat, 27 Dec 2008 14:54:46 +0000 (+0100) Subject: Replace IFS_TARGET in rootfiles. X-Git-Tag: v3.0-alpha1~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1663ecdd395e1fb38a9675c8a0423ef037e02c2;p=ipfire-3.x.git Replace IFS_TARGET in rootfiles. --- diff --git a/lfs/Config b/lfs/Config index f14885271..a3d662300 100644 --- a/lfs/Config +++ b/lfs/Config @@ -144,6 +144,7 @@ define POSTBUILD echo "error $$LFS_SCRIPT not found in $(DIR_SOURCE)/rootfiles"; \ fi; \ sed -e "s@KVER@$(KVER)@g" \ + -e "s@IFS_TARGET@$(IFS_TARGET)@g" \ -e "s@^/@@g" -e "s@^#/@#@g" \ $$ROOTFILE > $(OBJECT)_rootfile; \ echo 'open (F,"$(OBJECT)_rootfile"); \ @@ -155,7 +156,7 @@ define POSTBUILD }; \ ' > /tmp/perl.pl; \ perl /tmp/perl.pl < $(OBJECT)_diff \ - | sed -e "s@$(KVER)@KVER@g" > $(OBJECT); \ + | 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 \