Add comment about editing file in iocBoot/ioc*

This commit is contained in:
Marty Kraimer
1997-06-13 14:53:35 +00:00
parent fdbfab2da2
commit 7a809e2e1e

View File

@@ -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}/" \