removed .cvsignore; added comment about cd path to startup file

This commit is contained in:
Marty Kraimer
1996-08-09 13:23:17 +00:00
parent ee2cf25c35
commit 7260cf15fb

View File

@@ -64,18 +64,6 @@ if [ ! -f Makefile ]; then
END
fi
if [ ! -f .cvsignore ]; then
cat > .cvsignore <<-\END
bin
include
lib
man
dbd
templates
doc
END
fi
if [ ! -d config ]; then
mkdir config
cat > config/CONFIG <<-\END
@@ -275,6 +263,8 @@ do
sed -e "s/USER/${USER}/" \
-e "s/APPNAME/${APPNAME}/" > src/st.${APPNAME} <<-\END
# Example vxWorks startup file
#Following must be added for many board support packages
#cd <full path name to boot directory>
ld < iocCore
ld < seq
ld < APPNAMESupport