]> git.ozlabs.org Git - ppp.git/commitdiff
tweaks to Makefiles - use cc, suppress warnings
authorPaul Mackerras <paulus@samba.org>
Tue, 19 Dec 1995 02:06:19 +0000 (02:06 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 19 Dec 1995 02:06:19 +0000 (02:06 +0000)
pppd/Makefile.sol2
pppd/Makefile.sunos4

index 12d8767ffd1a41989d0a4cf7913fc62e3f4260f8..18dc2372ac8017a0bb27ed090b1bfcc8698b75c3 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile for pppd under Solaris 2.
 #
 # 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
 #
 
 BINDIR = /usr/local/bin
@@ -10,7 +10,7 @@ MANDIR = /usr/local/man
 #COPTS = -g -O2
 
 # For Sun cc
 #COPTS = -g -O2
 
 # For Sun cc
-COPTS = -g -O -Xa
+COPTS = -g -O -Xa -w
 
 CFLAGS = $(COPTS) -I..
 
 
 CFLAGS = $(COPTS) -I..
 
index d4dcc03830ef7f54723d1ac8cbf5e7fd82f6cbfd..4490aab6f09f1f333f682b7e581ecbfcdb87eac5 100644 (file)
@@ -1,13 +1,15 @@
 #
 # Makefile for pppd under SunOS 4.
 #
 # 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
 
 #
 
 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
 CFLAGS = $(COPTS) -I..
 
 INSTALL = install -o root -g daemon