fix up a couple things

This commit is contained in:
Jacob Adams 2015-06-07 17:03:46 -04:00
parent 249f14eea9
commit 62041fe672
2 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,5 @@ docs
etc etc
Makefile Makefile
releasetools releasetools
regress
.gitignore .gitignore
.gitreview .gitreview

View File

@ -14,7 +14,7 @@ export MINIX NETBSD SRC
echo "Setup NetBSD" echo "Setup NetBSD"
cd $NETBSD || (git clone --depth 1 git://github.com/jsonn/src $NETBSD && cd $NETBSD) cd $NETBSD || (git clone --depth 1 git://github.com/jsonn/src $NETBSD && cd $NETBSD)
git pull git pull
git reset --hard
echo "Clear new src tree" echo "Clear new src tree"
mkdir -p $SRC mkdir -p $SRC
rm -rf $SRC/* rm -rf $SRC/*
@ -36,7 +36,7 @@ cd $MINIX
for dir in "external bin games gnu libexec sbin tools usr.bin usr.sbin" for dir in "external bin games gnu libexec sbin tools usr.bin usr.sbin"
do do
cp -f $MINIX/$dir/Makefile $SRC/$dir cp -f $MINIX/$dir/Makefile $SRC/$dir/Makefile
done done
cp -r $MINIX/include/cdbr.h $SRC/include/cdbr.h cp -r $MINIX/include/cdbr.h $SRC/include/cdbr.h