Huge rewrite of patchupdate.py, use script based method to apply patches, deprecation of Makefile based method.

This commit is contained in:
Sebastian Lackner
2015-01-07 09:49:06 +01:00
parent 5f3631c6be
commit 9fb3f40824
10 changed files with 3815 additions and 3070 deletions

View File

@@ -2,7 +2,7 @@
#
# Wrapper to apply binary patches without git.
#
# Copyright (C) 2014 Sebastian Lackner
# Copyright (C) 2014-2015 Sebastian Lackner
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -75,7 +75,7 @@ filesize()
# Parse environment variables
while [[ $# > 0 ]]; do
while [ "$#" -gt 0 ]; do
cmd="$1"; shift
case "$cmd" in