Bug 8747

Summary: [PATCH] fixes for systags.sh
Product: Base System Reporter: Craig Leres <leres>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: leres
Priority: Normal    
Version: 3.0-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Craig Leres freebsd_committer freebsd_triage 1998-11-18 19:50:00 UTC
	The systags.sh script suffers from some minor bit-rot.

Fix: Context diffs to conf/systags.sh and i386/conf/Makefile.i386
	are appended.

RCS file: RCS/systags.sh,v
retrieving revision 1.1
How-To-Repeat: 
	For example, it uses "machine" (doesn't exist) and "egrep -o"
	(no such flag).

	Also, the "tags" target for the i386 Makefile says:

	    @echo "see $S/kern/Makefile for tags"
	
	when it should just invoke systags.sh directly
Comment 1 jkh freebsd_committer freebsd_triage 1999-07-02 05:03:03 UTC
State Changed
From-To: open->closed

Duplicate of PR#2806 which was just closed (in both branches). 
Please let me know if you have any other PRs currently stalled in 
the system. -jkh