Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55421 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27950 invoked from network); 14 Sep 2011 03:12:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2011 03:12:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.54 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.212.54 mail-vw0-f54.google.com Received: from [209.85.212.54] ([209.85.212.54:64459] helo=mail-vw0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/F2-11499-5AB107E4 for ; Tue, 13 Sep 2011 23:12:38 -0400 Received: by vws18 with SMTP id 18so2069253vws.13 for ; Tue, 13 Sep 2011 20:12:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=Oa2C/c9Rm7h/Q/Fa+bFeacpr+2DdwU2jNiz4+0TYepw=; b=rG7M9/jqoIeS1QCDl1uwH71pvA4N+fIUk5bSGxQ47HdaVrWQ5/Eo4bNqaqcLy79VY0 VApU6BWQSW8mpu/nhfB7AZvvEZRSAaY0Fg6GUyNbSrFfLMB1Jofh8s8lYuMV3uv3vOay 4xdO8KBzmuwF3UPEhuN4Fb4HRK/VSG1lrpM6A= Received: by 10.52.35.112 with SMTP id g16mr3996192vdj.24.1315969954080; Tue, 13 Sep 2011 20:12:34 -0700 (PDT) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.94.142 with HTTP; Tue, 13 Sep 2011 20:12:14 -0700 (PDT) In-Reply-To: References: Date: Wed, 14 Sep 2011 11:12:14 +0800 X-Google-Sender-Auth: A5TWVqMBhmPD9UHvVO_4vp6RvKk Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: buildconf warning From: laruence@php.net (Laruence) Hi: make attachment as plain txt: ###################################### Index: ext/date/config0.m4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- ext/date/config0.m4 (revision 316700) +++ ext/date/config0.m4 (working copy) @@ -1,7 +1,7 @@ dnl $Id$ dnl config.m4 for date extension -sinclude(ext/date/lib/timelib.m4) +dnl sinclude(ext/date/lib/timelib.m4) sinclude(lib/timelib.m4) PHP_DATE_CFLAGS=3D"-I@ext_builddir@/lib" 2011/9/14 Laruence : > Hi: > =C2=A0after I dnl following statement(see attachment), =C2=A0buildconf st= op > warning, but make still warning: > > =C2=A0warnings: > > =C2=A0Makefile:620: warning: overriding commands for target `ext/ereg/ere= g.lo' > Makefile:486: warning: ignoring old commands for target `ext/ereg/ereg.lo= ' > Makefile:622: warning: overriding commands for target > `ext/ereg/regex/regcomp.lo' > Makefile:488: warning: ignoring old commands for target > `ext/ereg/regex/regcomp.lo' > Makefile:624: warning: overriding commands for target > `ext/ereg/regex/regexec.lo' > Makefile:490: warning: ignoring old commands for target > `ext/ereg/regex/regexec.lo' > Makefile:626: warning: overriding commands for target > `ext/ereg/regex/regerror.lo' > Makefile:492: warning: ignoring old commands for target > `ext/ereg/regex/regerror.lo' > Makefile:628: warning: overriding commands for target > `ext/ereg/regex/regfree.lo' > Makefile:494: warning: ignoring old commands for target > `ext/ereg/regex/regfree.lo' > > > thanks > > 2011/9/14 Laruence : >> Hi: >> >> with svn-trunk: >> >> $ ./buildconf >> rebuilding configure >> ext/date/config.m4:4: warning: file `ext/date/lib/timelib.m4' included >> several times >> ext/date/config.m4:5: warning: file `lib/timelib.m4' included several ti= mes >> rebuilding main/php_config.h.in >> ext/date/config.m4:4: warning: file `ext/date/lib/timelib.m4' included >> several times >> ext/date/config.m4:5: warning: file `lib/timelib.m4' included several ti= mes >> >> thanks >> >> -- >> Laruence =C2=A0Xinchen Hui >> http://www.laruence.com/ >> > > > > -- > Laruence =C2=A0Xinchen Hui > http://www.laruence.com/ > --=20 Laruence =C2=A0Xinchen Hui http://www.laruence.com/