printf "Usage: $0 [-j num] [-k] [-o objdir] [-q] [-s srcdir] hw|xen\n"
printf "\t [build] [install] [-- buildrump.sh opts]\n"
printf "\n"
- printf "\t-d: destination base directory (under construction).\n"
+ printf "\t-d: destination base directory, used by \"install\".\n"
printf "\t-j: run <num> make jobs simultaneously.\n"
printf "\t-q: quiet(er) build. option may be specified twice.\n\n"
printf "\tThe default actions are \"build\" and \"install\"\n\n"
printf "Expert-only options:\n"
- printf "\t-o: use non-default object directory (under development)\n"
- printf "\t-k: build kernel only, without libc or tools (expert-only)\n"
- printf "\t-s: specify alternative src-netbsd location (expert-only)\n\n"
- printf "\tbuildrump.sh opts are passed to buildrump.sh (expert-only)\n"
+ printf "\t-o: use non-default object directory\n"
+ printf "\t-k: build kernel only, without libc or tools\n"
+ printf "\t-s: specify alternative src-netbsd location\n\n"
+ printf "\tbuildrump.sh opts are passed to buildrump.sh\n"
printf "\n"
printf "The toolchain is picked up from the environment. See the\n"
printf "Rumprun wiki for more information.\n"