Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: basesrc/sbin/verifiedexec_load
In article <20021116142511.E65FCB42C%cvs.netbsd.org@localhost>
itojun%netbsd.org@localhost write:
> Module Name: basesrc
> Committed By: itojun
> Date: Sat Nov 16 14:25:11 UTC 2002
>
> Modified Files:
> basesrc/sbin/verifiedexec_load: Makefile
>
> Log Message:
> cleanup makefile - use correct CLEANFILES, LDSTATIC and stuff
This changes CLEANFLAGS:
-CLEANFILES = *.o *~ y.tab.h
+CLEANFILES= verifiedexec_parse.h
Is it OK?
> XXX why -g by default?
I don't know why, but we should use COPTS+= or CFLAGS+= for it.
"DBG= -g" disables optimization. (see share/mk/sys.mk)
---
Izumi Tsutsui
tsutsui%ceres.dti.ne.jp@localhost
Home |
Main Index |
Thread Index |
Old Index