From: Mark Huang Date: Fri, 9 Apr 2004 19:24:00 +0000 (+0000) Subject: Hack to generate patch rules for make < 3.80 X-Git-Tag: chroot-breakout-hotfix-branch-point~34 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=14d964d2b1032de78c5bf5e18309ca3b962e7b8a;p=build.git Hack to generate patch rules for make < 3.80 --- diff --git a/Patchrules b/Patchrules new file mode 100644 index 00000000..29c17f06 --- /dev/null +++ b/Patchrules @@ -0,0 +1,32 @@ +#!/bin/sh +# +# Hack to generate patch rules for make < 3.80 +# +# Copyright (c) 2003 The Trustees of Princeton University (Trustees). +# +# $Id$ +# + +while read PatchSet n ; do + +[ "$PatchSet" != "PatchSet" ] && continue; + +cat < \$@ +EOF + +done