Re: [PATCH] compile with kernel 3.9.7 stops with error
Jörg Esser <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
Tilman Schmidt schrieb: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am 28.06.2013 13:10, schrieb Jörg Esser: >> From: Joerg Esser <[email protected]> >> >> cat .patchOk -> File not found added some test glue if no patch was >> applied. --- standalone/Makefile.in | 6 +++++- 1 file changed, 5 >> insertions(+), 1 deletion(-) >> >> diff --git a/standalone/Makefile.in b/standalone/Makefile.in index >> 0d1fd77..d830981 100644 --- a/standalone/Makefile.in +++ >> b/standalone/Makefile.in @@ -135,7 +135,11 @@ patched_tree: >> unpatched_tree else \ echo "no series found"; \ fi - cat >> .patchOK + if test -f patchOK; then \ > I guess you meant ".patchOK" here too. You are right. I tried it and it didn´t work :( So after changing this to .patchOK everything worked as expected. Sorry for this. First try ;) Should I repost the correct patch or is someone able to apply it by hand? Or how should I proceed? -- Gruss, Joerg