fix up a couple things
This commit is contained in:
parent
249f14eea9
commit
62041fe672
|
|
@ -5,6 +5,5 @@ docs
|
||||||
etc
|
etc
|
||||||
Makefile
|
Makefile
|
||||||
releasetools
|
releasetools
|
||||||
regress
|
|
||||||
.gitignore
|
.gitignore
|
||||||
.gitreview
|
.gitreview
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user