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]> |
Hi Tamer, open the file standalone/Makefile.in search for the line "cat .patchOK" change it to the following if test -f .patchOK; then \ cat .patchOK; \ else \ echo "no patches applied"; \ fi That should do the trick Tamer Higazi schrieb: > Hi Jörg! > It seems to be that I have exactly the same error.... Could you please > tell me what have you changed !? > > which file have you renamed or copied to ".patchOK" ?! > > I would kindly thank you! > > > > Tamer > > > On 07/01/13 09:33, Jörg Esser wrote: >> 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? >> > _______________________________________________ > isdn4linux mailing list > [email protected] > https://www.isdn4linux.de/mailman/listinfo/isdn4linux > -- Gruss, Joerg