| version 1.239, 2008/10/19 15:22:50 |
version 1.239.2.2, 2009/06/06 22:10:12 |
|
|
| 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 447 scriptsinstall:: |
|
| Line 442 scriptsinstall:: |
|
| .PHONY: scriptsinstall |
.PHONY: scriptsinstall |
| |
|
| ##### Pull in related .mk logic |
##### Pull in related .mk logic |
| |
LINKSOWN?= ${BINOWN} |
| |
LINKSGRP?= ${BINGRP} |
| |
LINKSMODE?= ${BINMODE} |
| .include <bsd.man.mk> |
.include <bsd.man.mk> |
| .include <bsd.nls.mk> |
.include <bsd.nls.mk> |
| .include <bsd.files.mk> |
.include <bsd.files.mk> |
| Line 455 scriptsinstall:: |
|
| Line 453 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 |