[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / sys / arch / mvme68k / stand / bugcrt

Annotation of sys/arch/mvme68k/stand/bugcrt/Makefile.inc, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: Makefile.inc,v 1.3 1997/10/20 00:33:45 deraadt Exp $
                      2:
                      3: BUG_CRT_DIR=${S}/arch/mvme68k/stand/bugcrt
                      4:
                      5: BUGCRT_DIR!= cd ${BUG_CRT_DIR}; \
                      6:      printf "xxx:\n\techo \$${.OBJDIR}\n" | ${MAKE} -r -s -f - xxx
                      7:
                      8: BUGCRT=${BUGCRT_DIR}/bugcrt.o
                      9:
                     10: $(BUGCRT):     .NOTMAIN __always_make_bugcrt
                     11:        @echo making sure the bugcrt is up to date...
                     12:        @(cd ${BUG_CRT_DIR}; ${MAKE})
                     13:
                     14: __always_make_bugcrt:  .NOTMAIN

CVSweb