Deleted Added
full compact
Makefile.powerpc (9647) Makefile.powerpc (10079)
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.64 1995/05/30 07:59:05 rgrimes Exp $
3# $Id: Makefile.i386,v 1.65 1995/07/22 23:55:41 bde 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

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

20
21.if exists(./@/.)
22S= ./@
23.else
24S= ../..
25.endif
26I386= ${S}/i386
27
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

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

20
21.if exists(./@/.)
22S= ./@
23.else
24S= ../..
25.endif
26I386= ${S}/i386
27
28CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
28CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \
29 -Wnested-externs
29#
30# The following flags are next up for working on:
30#
31# The following flags are next up for working on:
31# -Wnested-externs (almost works)
32# -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
33#
34# When working on removing warnings from code, the `-Werror' flag should be
35# of material assistance.
36#
37COPTFLAGS?=-O
38# Not ready for -I- yet. #include "foo.h" where foo.h is in the srcdir fails.
39INCLUDES= -nostdinc -I. -I$S -I$S/sys

--- 163 unchanged lines hidden ---
32# -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
33#
34# When working on removing warnings from code, the `-Werror' flag should be
35# of material assistance.
36#
37COPTFLAGS?=-O
38# Not ready for -I- yet. #include "foo.h" where foo.h is in the srcdir fails.
39INCLUDES= -nostdinc -I. -I$S -I$S/sys

--- 163 unchanged lines hidden ---