Deleted Added
full compact
Makefile.i386 (1549) Makefile.i386 (1569)
1# Copyright 1990 W. Jolitz
2# from: @(#)Makefile.i386 7.1 5/10/91
3# $Id: Makefile.i386,v 1.23 1994/03/21 20:48:47 ats Exp $
4#
5# Makefile for FreeBSD
6#
7# This makefile is constructed from a machine description:
8# config machineid

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

76libkern.a:
77 -@if [ X${PROF} = X ]; \
78 then ln -s $S/libkern/obj/libkern.a libkern.a; \
79 else ln -s $S/libkern/obj/libkern_p.a libkern.a; \
80 fi; \
81 echo ln -s $S/libkern/obj/libkern.a libkern.a
82
83clean:
1# Copyright 1990 W. Jolitz
2# from: @(#)Makefile.i386 7.1 5/10/91
3# $Id: Makefile.i386,v 1.23 1994/03/21 20:48:47 ats Exp $
4#
5# Makefile for FreeBSD
6#
7# This makefile is constructed from a machine description:
8# config machineid

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

76libkern.a:
77 -@if [ X${PROF} = X ]; \
78 then ln -s $S/libkern/obj/libkern.a libkern.a; \
79 else ln -s $S/libkern/obj/libkern_p.a libkern.a; \
80 fi; \
81 echo ln -s $S/libkern/obj/libkern.a libkern.a
82
83clean:
84 rm -f eddep *386bsd tags *.o locore.i [a-uw-z]*.s \
84 rm -f eddep *kernel tags *.o locore.i [a-uw-z]*.s \
85 errs linterrs makelinks genassym ,assym.s stamp-assym
86
87#lint: /tmp param.c
88# @lint -hbxn -I. -DGENERIC -Dvolatile= ${COPTS} ${PARAM} \
89# ${I386}/i386/Locore.c ${CFILES} ioconf.c param.c | \
90# grep -v 'struct/union .* never defined' | \
91# grep -v 'possible pointer alignment problem'
92

--- 98 unchanged lines hidden ---
85 errs linterrs makelinks genassym ,assym.s stamp-assym
86
87#lint: /tmp param.c
88# @lint -hbxn -I. -DGENERIC -Dvolatile= ${COPTS} ${PARAM} \
89# ${I386}/i386/Locore.c ${CFILES} ioconf.c param.c | \
90# grep -v 'struct/union .* never defined' | \
91# grep -v 'possible pointer alignment problem'
92

--- 98 unchanged lines hidden ---