Fixed issue with kernfs section trying to chroot

This commit is contained in:
Jeremy Huntwork 2005-10-03 02:48:26 +00:00
parent c08d23b564
commit 19364871b0

4
jhalfs
View file

@ -445,7 +445,9 @@ build_Makefile() {
# Drop in the name of the target on a new line, and the previous target
# as a dependency.
if ! echo $i | grep -q "chroot" ; then
if echo $i | grep -q "chroot" ; then
continue
else
echo -e "\n$i: $PREV" >> $MKFILE.tmp
fi