All of lore.kernel.org
 help / color / mirror / Atom feed
* duplicated include files
@ 2007-11-04 17:31 Robert P. J. Day
  2007-11-04 18:07 ` Randy Dunlap
  2007-11-05  8:27 ` Geert Uytterhoeven
  0 siblings, 2 replies; 18+ messages in thread
From: Robert P. J. Day @ 2007-11-04 17:31 UTC (permalink / raw)
  To: Linux Kernel Mailing List


  given the recent patches to remove duplicated #include preprocessor
directives in source files, let it be known that there are a number of
them:

  http://www.crashcourse.ca/wiki/index.php/Duplicate_include_files

help yourself.

rday
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================

^ permalink raw reply	[flat|nested] 18+ messages in thread
* Re: duplicated include files
@ 2007-11-04 19:41 Marco Costalba
  2007-11-04 19:43 ` Marco Costalba
  2007-11-05 10:51 ` Geert Uytterhoeven
  0 siblings, 2 replies; 18+ messages in thread
From: Marco Costalba @ 2007-11-04 19:41 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2007-11-14 20:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-04 17:31 duplicated include files Robert P. J. Day
2007-11-04 18:07 ` Randy Dunlap
2007-11-04 18:37   ` Robert P. J. Day
2007-11-04 18:46     ` Randy Dunlap
2007-11-04 19:03     ` Adrian Bunk
2007-11-04 19:10       ` Robert P. J. Day
2007-11-05  3:02       ` Paul Mundt
2007-11-05  8:27 ` Geert Uytterhoeven
  -- strict thread matches above, loose matches on Subject: below --
2007-11-04 19:41 Marco Costalba
2007-11-04 19:43 ` Marco Costalba
2007-11-04 19:49   ` Robert P. J. Day
2007-11-04 23:20     ` Jeremy Fitzhardinge
2007-11-05  3:49       ` Robert P. J. Day
2007-11-04 23:43     ` Bernd Petrovitsch
2007-11-04 19:51   ` Randy Dunlap
2007-11-05 10:51 ` Geert Uytterhoeven
2007-11-05 11:38   ` Marco Costalba
2007-11-14 20:40   ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.