Deleted Added
full compact
Makefile.i386 (8876) Makefile.i386 (9647)
1# Copyright 1990 W. Jolitz
2# from: @(#)Makefile.i386 7.1 5/10/91
1# Copyright 1990 W. Jolitz
2# from: @(#)Makefile.i386 7.1 5/10/91
3# $Id: Makefile.i386,v 1.63 1995/05/11 19:48:45 wollman Exp $
3# $Id: Makefile.i386,v 1.64 1995/05/30 07:59:05 rgrimes Exp $
4#
5# Makefile for FreeBSD
6#
7# This makefile is constructed from a machine description:
8# config machineid
9# Most changes should be made in the machine description
10# /sys/i386/conf/``machineid''
11# after which you should do

--- 88 unchanged lines hidden (view full) ---

100libkern.a: ${LIBKERN}
101 @rm -f libkern.a
102 ln -s ${LIBKERN} libkern.a
103
104${LIBKERN}:
105 @(cd $S/libkern; make)
106
107clean:
4#
5# Makefile for FreeBSD
6#
7# This makefile is constructed from a machine description:
8# config machineid
9# Most changes should be made in the machine description
10# /sys/i386/conf/``machineid''
11# after which you should do

--- 88 unchanged lines hidden (view full) ---

100libkern.a: ${LIBKERN}
101 @rm -f libkern.a
102 ln -s ${LIBKERN} libkern.a
103
104${LIBKERN}:
105 @(cd $S/libkern; make)
106
107clean:
108 rm -f eddep kernel tags *.o *.s errs linterrs makelinks genassym \
109 symbols.exclude symbols.sort ${CLEAN}
108 rm -f *.o *.s eddep errs genassym kernel libkern.a linterrs \
109 makelinks param.c symbols.exclude symbols.sort tags \
110 vers.c vnode_if.c vnode_if.h ${CLEAN}
110
111#lint: /tmp param.c
112# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} \
113# ${I386}/i386/Locore.c ${CFILES} ioconf.c param.c | \
114# grep -v 'struct/union .* never defined' | \
115# grep -v 'possible pointer alignment problem'
116
117symbols.exclude: Makefile

--- 84 unchanged lines hidden ---
111
112#lint: /tmp param.c
113# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} \
114# ${I386}/i386/Locore.c ${CFILES} ioconf.c param.c | \
115# grep -v 'struct/union .* never defined' | \
116# grep -v 'possible pointer alignment problem'
117
118symbols.exclude: Makefile

--- 84 unchanged lines hidden ---