Re: [PATCH] compile with kernel 3.9.7 stops with error
Tilman Schmidt <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
-----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. > + cat .patchOK; \ + else \ + echo "no patches > applied"; \ + fi unpatched_tree: clean_tree $(MAKE) btree - -- Tilman Schmidt E-Mail: [email protected] Bonn, Germany Diese Nachricht besteht zu 100% aus wiederverwerteten Bits. Ungeöffnet mindestens haltbar bis: (siehe Rückseite) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlHPa1wACgkQQ3+did9BuFtQYgCgg3lqkeL6m2BWYIbGLWlaStOD LWkAnjnJklF5gbRNqoDFbgPbFSK/TbON =DkcQ -----END PGP SIGNATURE-----