In the kernel and associated utilities I want to remove lines like
#include <../drivers/scsi/aic7xxx.h>
and replace them with
#include "aic7xxx.h"
with the Makefile specifying -I $(TOPDIR)/drivers/scsi (2.2.18) or -I
$(TOPDIR)/drivers/scsi/aic7xxx (2.2.19). Hard coding long path names
for #include is bad, especially when they contain '..'. It stops
kernel developers moving code around and makes it difficult to do some
of the things I plan for the 2.5 Makefile rewrite. David, how easy
would it be to change pcmcia to this style of include?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/