- #
- # ms-nfs41-client testing sequence, 2023-11-20
- #
- # as admin
- cygserver-config
- net start cygserver
- sc query cygserver
- #
- # ksh93 (ast-ksh)
- #
- git clone -b 'v1.0.7' https://github.com/ksh93/ksh.git
- cd ksh
- git config --global --add safe.directory "$PWD"
- sed -i -r 's/mkfifo.+?(-m [[:digit:]]+)/mkfifo /g' ./src/cmd/INIT/package.sh ./bin/package
- time ksh93 -c 'export SHELL=/bin/bash HOSTTYPE="cygwin.i386-64"; /bin/bash ./bin/package make CC="/usr/bin/cc -std=gnu11" CCFLAGS="-Os -g" SHELL="$SHELL" HOSTTYPE="$HOSTTYPE"' 2>&1 | tee buildlog.log
- #
- # bash
- #
- git clone https://git.savannah.gnu.org/git/bash.git
- cd bash/
- ./configure --with-curses
- make clean && make -j4 all
- #
- # ms-nfs41-client
- #
- git clone https://github.com/kofemann/ms-nfs41-client.git
- cd ms-nfs41-client
- export PATH+=":/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/"
- # clean
- rm -vRf $(find . -name Debug -o -name Release)
- MSBuild.exe build.vc19/nfs41-client.sln -t:Build -p:Configuration=Debug -p:Platform=x64
- MSBuild.exe build.vc19/nfs41-client.sln -t:Build -p:Configuration=Release -p:Platform=x64
- #
- # gcc
- #
- git clone -b 'releases/gcc-13.2.0' git://gcc.gnu.org/git/gcc.git
- cd gcc/
- ./configure
- ls -la
- time nice -n 19 ksh93 -c 'set -o xtrace -o errexit ; while true ; do make -j4 clean ; (yes | make -j32 all) ; done'
- # EOF.
ms-nfs41-client testing sequence, 2023-11-20
Posted by Anonymous on Fri 10th Nov 2023 15:04
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.