summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.powerpc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-07-02 04:00:01 +0000
committerjkh <jkh@FreeBSD.org>1999-07-02 04:00:01 +0000
commit1473f599fcb93ef7f7a2db81428f6d9016b15704 (patch)
tree9a0607b0764e9f026eb35a51cfb7f342f354529e /sys/conf/Makefile.powerpc
parentdf3583f21bf8067bed5c714713c91f1d02443552 (diff)
downloadFreeBSD-src-1473f599fcb93ef7f7a2db81428f6d9016b15704.zip
FreeBSD-src-1473f599fcb93ef7f7a2db81428f6d9016b15704.tar.gz
Working kernel tags!
Submitted by: Craig Leres <leres@ee.lbl.gov> PR: 2806
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r--sys/conf/Makefile.powerpc7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 6a7a29e..b889f7d 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.155 1999/06/28 07:19:51 phk Exp $
+# $Id: Makefile.i386,v 1.156 1999/06/28 09:21:35 peter Exp $
#
# Makefile for FreeBSD
#
@@ -222,7 +222,10 @@ links:
sh makelinks && rm -f dontlink
tags:
- @echo "see $S/kern/Makefile for tags"
+ @[ -f .depend ] || { echo "you must make depend first"; exit 1; }
+ sh $S/conf/systags.sh
+ rm -f tags1
+ sed -e 's, ../, ,' tags > tags1
install install.debug:
@if [ ! -f ${KERNEL}${.TARGET:S/install//} ] ; then \
OpenPOWER on IntegriCloud