Re: [PATCH] 2.4.1ac12 mkdep -I support - take 2

2001-02-15 Thread Pavel Roskin
On Thu, 15 Feb 2001, Pavel Roskin wrote: > Hello, Keith! > > You patch has been applied to 2.4.1ac13, but it doesn't help: It's fixed in ac14. I ran twice make depend && make clean && make bzImage && make modules and it worked both times. Thanks! Regards, Pavel Roskin - To unsubscribe from

Re: [PATCH] 2.4.1ac12 mkdep -I support - take 2

2001-02-15 Thread Pavel Roskin
Hello, Keith! You patch has been applied to 2.4.1ac13, but it doesn't help: $ HPATH=. ../../scripts/mkdep -- names.c names.o: names.c \ $(wildcard /home/proski/src/linux/drivers/pci/config/pci/names.h) \ /home/proski/src/linux/drivers/pci/devlist.h \

Re: [PATCH] 2.4.1ac12 mkdep -I support - take 2

2001-02-15 Thread Pavel Roskin
Hello, Keith! You patch has been applied to 2.4.1ac13, but it doesn't help: $ HPATH=. ../../scripts/mkdep -- names.c names.o: names.c \ $(wildcard /home/proski/src/linux/drivers/pci/config/pci/names.h) \ /home/proski/src/linux/drivers/pci/devlist.h \

Re: [PATCH] 2.4.1ac12 mkdep -I support - take 2

2001-02-15 Thread Pavel Roskin
On Thu, 15 Feb 2001, Pavel Roskin wrote: Hello, Keith! You patch has been applied to 2.4.1ac13, but it doesn't help: It's fixed in ac14. I ran twice make depend make clean make bzImage make modules and it worked both times. Thanks! Regards, Pavel Roskin - To unsubscribe from this

[PATCH] 2.4.1ac12 mkdep -I support - take 2

2001-02-13 Thread Keith Owens
Get rid of the special case in drivers/acpi/Makefile. mkdep now uses the same -I options in the same order as the compiler. Against 2.4.1ac12. Change from take 1 - make is too dumb to realise that /path/name/file.h is the same as file.h when current directory is /path/name, so do not use the