From: Paul Mackerras Date: Tue, 19 Dec 1995 02:06:19 +0000 (+0000) Subject: tweaks to Makefiles - use cc, suppress warnings X-Git-Tag: RELEASE_2_3_6~550 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=2f06b9e4521db210862653807cacb33470fbb0bc tweaks to Makefiles - use cc, suppress warnings --- diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index 12d8767..18dc237 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,6 +1,6 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.2 1995/12/18 03:40:41 paulus Exp $ +# $Id: Makefile.sol2,v 1.3 1995/12/19 02:06:16 paulus Exp $ # BINDIR = /usr/local/bin @@ -10,7 +10,7 @@ MANDIR = /usr/local/man #COPTS = -g -O2 # For Sun cc -COPTS = -g -O -Xa +COPTS = -g -O -Xa -w CFLAGS = $(COPTS) -I.. diff --git a/pppd/Makefile.sunos4 b/pppd/Makefile.sunos4 index d4dcc03..4490aab 100644 --- a/pppd/Makefile.sunos4 +++ b/pppd/Makefile.sunos4 @@ -1,13 +1,15 @@ # # Makefile for pppd under SunOS 4. -# $Id: Makefile.sunos4,v 1.1 1995/10/27 03:53:59 paulus Exp $ +# $Id: Makefile.sunos4,v 1.2 1995/12/19 02:06:19 paulus Exp $ # BINDIR = /usr/local/etc MANDIR = /usr/local/man -CC = gcc -COPTS = -g -O2 +#CC = gcc +#COPTS = -g -O2 +COPTS = -O + CFLAGS = $(COPTS) -I.. INSTALL = install -o root -g daemon