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"); \
}; \
' > /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 \