Skip to content
Snippets Groups Projects
Commit 7a809e2e authored by Marty Kraimer's avatar Marty Kraimer
Browse files

Add comment about editing file in iocBoot/ioc*

parent fdbfab2d
No related branches found
No related tags found
No related merge requests found
......@@ -840,11 +840,12 @@ do
fi
if [ -d iocBoot/ioc${APPNAME} ]; then continue; fi
mkdir iocBoot/ioc${APPNAME}
echo "iocBoot/ioc${APPNAME}/Makefile must be edited to define target architecture"
cd iocBoot/ioc${APPNAME}
cat > Makefile <<-\END
TOP = ../..
include $(TOP)/config/CONFIG_APP
ARCH = ???
ARCH = <replace this with correct architecture>
include $(TOP)/config/RULES.ioc
END
sed -e "s/USER/${USER}/" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment