mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
348 B

  1. uml_patch=$(ls $base/download/base/uml_utilities/uml-patch-${ver}-*.bz2 | head -n 1)
  2. var_remove patchfiles " " "$uml_patch"
  3. if [ "$ROCKCFG_KERNEL_UMLPATCH" == '1' ] ; then
  4. if [ -f "$uml_patch" ] ; then
  5. echo_status "Including UML Patch."
  6. var_append patchfiles " " "$uml_patch"
  7. fi
  8. export arch_machine="um"
  9. var_insert makeopt " " "ARCH=um"
  10. fi