[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <e5bfff550711041141h612a24cdrcdb5baa35907989d@mail.gmail.com>
Date: Sun, 4 Nov 2007 20:41:59 +0100
From: "Marco Costalba" <mcostalba@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Re: duplicated include files
make includecheck does not work for me. Linux tree is from latest git.
bash-3.2$ pwd
/git/linux-2.6
bash-3.2$ make includecheck
find * \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o
-name .pc -o -name .hg -o -name .git \) -prune -o \
-name '*.[hcS]' -type f -print | sort \
| xargs perl -w scripts/checkincludes.pl
Can't open perl script "scripts/checkincludes.pl": No such file or directory
make[1]: *** [includecheck] Error 123
make: *** [sub-make] Error 2
bash-3.2$ ls scripts/checkincludes.pl
scripts/checkincludes.pl
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists