lkml.org 
[lkml]   [1996]   [Dec]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.0.27 compilation broken?!?!?

> > `/usr/src/linux-2.1/include/linux/netprotocol.h', needed by `bsd_comp.o'.

Ion Badelescu's patch to mkdep should correct this.

--- mkdep.c.orig Sun Dec 1 12:08:25 1996
+++ mkdep.c Sun Dec 1 14:32:58 1996
@@ -40,6 +40,8 @@
memcpy(path->buffer+plen, name, len);
len += plen;
path->buffer[len] = '\0';
+ if (access(path->buffer, F_OK))
+ return;

if (!hasdep) {
hasdep = 1;

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.501 / U:0.600 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site