From owner-freebsd-bugs Thu Feb 13 09:50:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA26439 for bugs-outgoing; Thu, 13 Feb 1997 09:50:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA26432; Thu, 13 Feb 1997 09:50:03 -0800 (PST) Resent-Date: Thu, 13 Feb 1997 09:50:03 -0800 (PST) Resent-Message-Id: <199702131750.JAA26432@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jr@cs.mun.ca Received: from garfield.cs.mun.ca (root@garfield.cs.mun.ca [134.153.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA25894 for ; Thu, 13 Feb 1997 09:40:20 -0800 (PST) Received: from lyman.cs.mun.ca (lyman.cs.mun.ca [134.153.1.14]) by garfield.cs.mun.ca (8.8.5/8.8.5) with ESMTP id OAA18207 for ; Thu, 13 Feb 1997 14:10:12 -0330 (NST) Received: (from jr@localhost) by lyman.cs.mun.ca (8.8.5/8.8.4) id OAA24195; Thu, 13 Feb 1997 14:10:12 -0330 (NST) Message-Id: <199702131740.OAA24195@lyman.cs.mun.ca> Date: Thu, 13 Feb 1997 14:10:12 -0330 (NST) From: John Rochester Reply-To: jr@cs.mun.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/2729: fix for "make tags" in sys/kern Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2729 >Category: i386 >Synopsis: "make tags" in sys/kern produces barely useful tags file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 13 09:50:02 PST 1997 >Last-Modified: >Originator: John Rochester >Organization: Memorial University of Newfoundland >Release: FreeBSD-current >Environment: >Description: 1. The tags file contains information only from files under /sys/i386. 2. The tags file contains relative paths which only work from a directory immediately under /sys. >How-To-Repeat: cd /sys/kern make tags vi -t bread >Fix: --- sys/i386/Makefile.orig Thu Feb 13 13:43:54 1997 +++ sys/i386/Makefile Thu Feb 13 13:47:34 1997 @@ -3,12 +3,14 @@ # Makefile for i386 tags file +.include "../kern/Make.tags.inc" + all: @echo "make tags or links only" -TI386= ../i386/tags -SI386= ../i386/i386/*.[ch] ../i386/include/*.h ../i386/isa/*.[ch] -AI386= ../i386/i386/*.s +TI386= /sys/i386/tags +SI386= /sys/i386/i386/*.[ch] /sys/i386/include/*.h /sys/i386/isa/*.[ch] +AI386= /sys/i386/i386/*.s # Directories in which to place i386 tags links DI386= eisa isa mca include >Audit-Trail: >Unformatted: