[parisc-linux] .depend file for drivers/gsc?
Grant Grundler
grundler@cup.hp.com
Sat, 18 Mar 2000 00:19:42 -0800
Philipp Rumpf wrote:
> just so the number of misunderstandments doesn't get too large, we are
> talking about .gsc.o.flags here. Grant, could you check it is indeed
> not generated by "make dep" ?
I might be confused about how the dependencies are worked out.
I thought "make dep" created ".depend" files.
And the ".depend" file is included by the local makefile.
Anyway, is this what you wanted to know?
# ls -l drivers/gsc/.gsc.o.flags
-rw-rw---- 1 grundler users 276 Mar 11 11:32 drivers/gsc/.gsc.o.flags
# rm drivers/gsc/.gsc.o.flags
# make dep
...
# ls -l drivers/gsc/.gsc.o.flags
ls: drivers/gsc/.gsc.o.flags: No such file or directory
# ls -l drivers/*/.depend
-rw-rw---- 1 grundler users 9721 Mar 18 00:10 drivers/atm/.depend
-rw-rw---- 1 grundler users 57571 Mar 18 00:09 drivers/block/.depend
-rw-rw---- 1 grundler users 10597 Mar 18 00:09 drivers/cdrom/.depend
-rw-rw---- 1 grundler users 101373 Mar 18 00:09 drivers/char/.depend
...
thanks,
grant