simplify, use MAKE_FLAGS

This commit is contained in:
brad 2004-05-10 08:42:42 +00:00
parent efb683c74c
commit 6f94cf27a3
3 changed files with 2 additions and 25 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2004/05/10 07:42:32 brad Exp $
# $OpenBSD: Makefile,v 1.39 2004/05/10 08:42:42 brad Exp $
COMMENT= "flexible mail transfer agent"
@ -27,7 +27,7 @@ FLAVORS= no_x11 no_perl mysql postgresql ldap no_ssl
FLAVOR?=
MAKE_ENV= FLAVOR="${FLAVOR}"
MAKE_FLAGS= CC="${CC}"
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"
EXIM_MAKECAT=
EXIM_LOOKUP_INCLUDE=

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-OS_Makefile-Default,v 1.2 2000/08/12 23:57:45 naddy Exp $
--- OS/Makefile-Default.orig Wed Apr 12 11:44:50 2000
+++ OS/Makefile-Default Tue Aug 8 17:48:01 2000
@@ -53,7 +53,7 @@ PERL_COMMAND=/usr/bin/perl
# CC contains the name of the C compiler to be used.
-CC=gcc
+# CC=gcc
# CFLAGS contains flags to be passed to the compiler. Nothing is defaulted

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-OS_Makefile-OpenBSD,v 1.2 2000/08/12 23:57:45 naddy Exp $
--- OS/Makefile-OpenBSD.orig Thu Jul 20 13:08:45 2000
+++ OS/Makefile-OpenBSD Wed Aug 9 02:11:09 2000
@@ -2,7 +2,6 @@
CHOWN_COMMAND=/usr/sbin/chown
CHGRP_COMMAND=/usr/sbin/chgrp
-CFLAGS=-O
HAVE_SA_LEN=YES