NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/50483: assym.h is not rebuilt



On Nov 28,  2:25am, uebayasi%gmail.com@localhost (Masao Uebayashi) wrote:
-- Subject: Re: kern/50483: assym.h is not rebuilt

|  My regression, my bad.
|  
|  I wanted to make DEPS symmetric with SRCS.  I seem to have made a
|  mistake because of that.
|  
|  I would fix this by making 'assym.d' be always built
|  (s/^assym.d:/assym.d!/ in sys/conf/assym.mk).
|  
|  *
|  
|  I can also point out that touching a *.h doesn't cause all other
|  indirect *.d to be regenerated, even on source before my rototill:
|  
|  echo '#include <sys/foo.h>' >>sys/conf/param.c
|  echo '#include <sys/bar.h>' >sys/sys/foo.h
|  touch sys/sys/bar.h
|  (build kernel)
|  touch sys/sys/bar.h
|  (build kernel)

I fixed it already.

christos


Home | Main Index | Thread Index | Old Index