add some msdos files to .gitignore, produce zip
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -55,3 +55,16 @@ Makefile.gcc-orig
|
|||||||
.vs
|
.vs
|
||||||
# Win32-specific ignores end
|
# Win32-specific ignores end
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
# ms-dos
|
||||||
|
# resulting zip
|
||||||
|
NH*DOS.ZIP
|
||||||
|
# 8.3 versions
|
||||||
|
dat/data.bas
|
||||||
|
sys/share/posixreg.c
|
||||||
|
include/patchlev.h
|
||||||
|
doc/guidebk.txt
|
||||||
|
# folders compiler, target objs, binary results
|
||||||
|
djgpp/
|
||||||
|
src/msdos_o/
|
||||||
|
msdos-binary/
|
||||||
|
# end of ms-dos
|
||||||
|
|||||||
@@ -44,14 +44,14 @@ cp ../dat/data.base ../dat/data.bas
|
|||||||
cp ../include/patchlevel.h ../include/patchlev.h
|
cp ../include/patchlevel.h ../include/patchlev.h
|
||||||
cp ../doc/Guidebook.txt ../doc/guidebk.txt
|
cp ../doc/Guidebook.txt ../doc/guidebk.txt
|
||||||
cp ../sys/share/posixregex.c ../sys/share/posixreg.c
|
cp ../sys/share/posixregex.c ../sys/share/posixreg.c
|
||||||
cp ../sys/msdos/Makefile1.cross ../src/Makefile1
|
#cp ../sys/msdos/Makefile1.cross ../src/Makefile1
|
||||||
cp ../sys/msdos/Makefile2.cross ../src/Makefile2
|
#cp ../sys/msdos/Makefile2.cross ../src/Makefile2
|
||||||
make -f Makefile1
|
make -f ../sys/msdos/Makefile1
|
||||||
cat ../include/date.h
|
cat ../include/date.h
|
||||||
export GCC_EXEC_PREFIX=$DJGPP_TOP/lib/gcc/
|
export GCC_EXEC_PREFIX=$DJGPP_TOP/lib/gcc/
|
||||||
export
|
export
|
||||||
pwd
|
pwd
|
||||||
make -f Makefile2
|
make -f ../sys/msdos/Makefile2
|
||||||
unset GCC_EXEC_PREFIX
|
unset GCC_EXEC_PREFIX
|
||||||
pwd
|
pwd
|
||||||
ls ../djgpp/cwsdpmi/bin
|
ls ../djgpp/cwsdpmi/bin
|
||||||
@@ -60,4 +60,8 @@ if [ -f ../djgpp/cwsdpmi/bin/CWSDPMI.EXE ]; then
|
|||||||
cp ../djgpp/cwsdpmi/bin/CWSDPMI.EXE ../msdos-binary/CWSDPMI.EXE;
|
cp ../djgpp/cwsdpmi/bin/CWSDPMI.EXE ../msdos-binary/CWSDPMI.EXE;
|
||||||
fi
|
fi
|
||||||
ls -l ../msdos-binary
|
ls -l ../msdos-binary
|
||||||
|
cd ../msdos-binary
|
||||||
|
zip -9 ../NH370DOS.ZIP *
|
||||||
|
cd ../
|
||||||
|
ls -l NH370DOS.ZIP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user