include ../m68k/Makefile.inc after we got a chance of having a better
definition of SYSDIR. This makes tags work if the sources are not in /sys
This commit is contained in:
parent
b2e4ee2926
commit
18d008b37e
@ -1,10 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.19 2005/12/11 12:16:26 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2006/03/05 21:57:59 aymeric Exp $
|
||||
|
||||
# Makefile for amiga tags file and boot blocks
|
||||
|
||||
# Find where m68k source files are for inclusion in tags
|
||||
.include <../m68k/Makefile.inc>
|
||||
|
||||
TAMIGA= ${SYSDIR}/arch/amiga/tags
|
||||
SAMIGA= ${SYSDIR}/arch/amiga/amiga/*.[ch] ${SYSDIR}/arch/amiga/include/*.h \
|
||||
${SYSDIR}/arch/amiga/dev/*.[ch]
|
||||
@ -15,6 +12,9 @@ DAMIGA= amiga dev include
|
||||
|
||||
.include "../../kern/Make.tags.inc"
|
||||
|
||||
# Find where m68k source files are for inclusion in tags
|
||||
.include <../m68k/Makefile.inc>
|
||||
|
||||
tags:
|
||||
-echo ${COMM} | xargs ctags -wdtf ${TAMIGA} ${SAMIGA} ${SM68K}
|
||||
egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AAMIGA} ${AM68K} | \
|
||||
|
Loading…
Reference in New Issue
Block a user