Skip to content

Instantly share code, notes, and snippets.

@AntonKozlov
Created December 4, 2019 22:52
Show Gist options
  • Save AntonKozlov/76c004f49f6776c251a7bfa7f951640c to your computer and use it in GitHub Desktop.
Save AntonKozlov/76c004f49f6776c251a7bfa7f951640c to your computer and use it in GitHub Desktop.
rump.patch
diff --git a/buildrump.sh b/buildrump.sh
index 41afb5c..9db2248 100755
--- a/buildrump.sh
+++ b/buildrump.sh
@@ -1606,7 +1606,7 @@ domake ()
mktarget=${1}; shift
[ ! -x ${RUMPMAKE} ] && die "No rumpmake (${RUMPMAKE}). Forgot tools?"
- ${RUMPMAKE} $* -j ${JNUM} -f ${mkfile} ${mktarget}
+ ${RUMPMAKE} NOGCCERROR=1 $* -j ${JNUM} -f ${mkfile} ${mktarget}
[ $? -eq 0 ] || die "make $mkfile $mktarget"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment