pretend_rebuild () {
	echo "silly you, echo doesn't do anything!"
	echo $*
}

rebuild () {
	echo $*
}


