Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #34 from jrmakosky/master
Browse files Browse the repository at this point in the history
Updates to work with OpenBSD 5.4
  • Loading branch information
jschlyter committed Jan 25, 2014
2 parents 83af7cb + 8ae5bff commit 209e1b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build-release-injail.sh
Expand Up @@ -6,6 +6,10 @@ cd /usr/src


echo "Patching src.." echo "Patching src.."
for file in /patches/*.patch; do for file in /patches/*.patch; do
if [ `egrep -c '^RCS file: /cvs/OpenBSD/xenocara' ${file}` -ge 1 ]; then
echo "skipping xenocara patch $file"
continue;
fi
echo "patching ${file} to ${WORKDIR}/usr/src" echo "patching ${file} to ${WORKDIR}/usr/src"
patch -p0 < ${file} patch -p0 < ${file}
done done
Expand Down
4 changes: 2 additions & 2 deletions build-release.sh
Expand Up @@ -6,8 +6,8 @@ WORKDIR=sandbox
export CWD WORKDIR export CWD WORKDIR


# Update for each new release # Update for each new release
SHORTREL="53" SHORTREL="54"
LONGREL="5.3" LONGREL="5.4"


# No need to change anything below this line for new OS releases! # No need to change anything below this line for new OS releases!


Expand Down
1 change: 0 additions & 1 deletion mk-mini.conf
@@ -1,4 +1,3 @@
WARNINGS=yes
PIPE=-pipe PIPE=-pipe
STATIC= STATIC=
DEBUG= DEBUG=
Expand Down

0 comments on commit 209e1b5

Please sign in to comment.