Deleted Added
full compact
Makefile.powerpc (2056) Makefile.powerpc (2112)
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.27 1994/08/06 10:52:15 davidg Exp $
3# $Id: Makefile.i386,v 1.28 1994/08/13 03:49:32 wollman 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

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

28
29.if exists(./@/.)
30S= ./@
31.else
32S= ../..
33.endif
34I386= ${S}/i386
35
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

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

28
29.if exists(./@/.)
30S= ./@
31.else
32S= ../..
33.endif
34I386= ${S}/i386
35
36CWARNFLAGS=-W -Wreturn-type -Wcomment
36CWARNFLAGS=-W -Wreturn-type -Wcomment -Wredundant-decls
37#
38# The following flags are next up for working on:
39# -Wredundant-decls -Wnested-externs
40#
41# When working on removing warnings from code, the `-Werror' flag should be
42# of material assistance.
43#
44COPTFLAGS=-O

--- 149 unchanged lines hidden ---
37#
38# The following flags are next up for working on:
39# -Wredundant-decls -Wnested-externs
40#
41# When working on removing warnings from code, the `-Werror' flag should be
42# of material assistance.
43#
44COPTFLAGS=-O

--- 149 unchanged lines hidden ---