| version 1.239, 2008/10/19 15:22:50 |
version 1.239.2.1, 2008/12/06 21:56:37 |
|
|
| echo "source ${__gdbinit}" >> .gdbinit |
echo "source ${__gdbinit}" >> .gdbinit |
| .endfor |
.endfor |
| |
|
| cleanextra: .PHONY |
|
| .if defined(CLEANFILES) && !empty(CLEANFILES) |
|
| rm -f ${CLEANFILES} |
|
| .endif |
|
| |
|
| cleanobjs: .PHONY |
cleanobjs: .PHONY |
| |
|
| cleanprog: .PHONY cleanobjs cleanextra |
cleanprog: .PHONY cleanobjs cleanextra |
| Line 455 scriptsinstall:: |
|
| Line 450 scriptsinstall:: |
|
| .include <bsd.sys.mk> |
.include <bsd.sys.mk> |
| .include <bsd.dep.mk> |
.include <bsd.dep.mk> |
| |
|
| |
cleanextra: .PHONY |
| |
.if defined(CLEANFILES) && !empty(CLEANFILES) |
| |
rm -f ${CLEANFILES} |
| |
.endif |
| |
|
| ${TARGETS}: # ensure existence |
${TARGETS}: # ensure existence |
| |
|
| .endif # HOSTPROG |
.endif # HOSTPROG |