From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6115 invoked by alias); 13 Jul 2011 19:19:52 -0000 Received: (qmail 6102 invoked by uid 22791); 13 Jul 2011 19:19:51 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jul 2011 19:19:37 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 5A2292AC25F; Wed, 13 Jul 2011 19:19:36 +0000 (UTC) From: Mike Frysinger To: Tom Tromey Subject: Re: [PATCH] sim: generate build dependencies on the fly Date: Wed, 13 Jul 2011 20:17:00 -0000 User-Agent: KMail/1.13.7 (Linux/2.6.39; KDE/4.6.3; x86_64; ; ) Cc: gdb-patches@sourceware.org, toolchain-devel@blackfin.uclinux.org References: <1310436152-8693-1-git-send-email-vapier__46811.2245122485$1310436164$gmane$org@gentoo.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart8642229.2HA3QCz7o8"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201107131519.34576.vapier@gentoo.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00354.txt.bz2 --nextPart8642229.2HA3QCz7o8 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-length: 751 On Wednesday, July 13, 2011 09:21:24 Tom Tromey wrote: > >>>>> "Mike" =3D=3D Mike Frysinger writes: > Mike> but would saying "yes, this works on current BSD makes" be > Mike> satisfactory when the complaint in the manual alludes to "ancient > Mike> makes" ? >=20 > It would be a good start. bmake-20090222, bmake-20110606, and pmake-1.111.3.1 seem to work with my pa= tch i did notice that the dependency files are not generated though, nor are th= ey=20 included. but this seems to be by design as the gdb subdir is the same way= ,=20 and the code in the Makefile is only enabled for GNU make. also, i seems that the gdb/gdbtk/plugins/ only works with GNU make :). it = use=20 "ifeq" constructs in the Make-rules file. -mike --nextPart8642229.2HA3QCz7o8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJOHe/GAAoJEEFjO5/oN/WB9mEQAI/e8PmVNdtDXyP/wBwOepSu 7idJfOk+oKVkrGuUZaJg5Y1WRBxdsHrX87B63+Yi0qXi5kfVwwEExpO6+w0BUphF 5d2OYYq5J74od5JzOYRZU3rqRFJSqJe+vVaKLmJTT6zffxEoT4jctndFmTBOa3bk Jd+HWZypgH7cLdWMjjh7RT2nwKAxhSPDO+PlgYcuM6RboXNivsZ8XDJt/il4441d HuKgcIlWlIaYOsv/ILVN83/8EaQeBTQjoEBv1xnxi6I1ViZ9V9h6I0RPxoNHzENm gU2NES4yxPC54SHZrGh6xsotdUr6aELDV8n21bZDhLm/TS24seenQPxPJp9s+ZWL OHX/Gxb/rMVG+GwNJt7zVaj+ABWArd74j7I9YAxO1jcZV8vl+TJW+y9jEaqvobDa ikEoFSF8JWzNb6/HNX/tVzuEksv2+jhW8jUM/8XTuTjmIah4xZyOjsyjqL+qHoT1 E0kU8Zq6gWxleCRAx4uvlfwfIZp6mAHlOmmca93u/D61WwHMZ1Nd4pNUPnoLblHm QLY52qtKKN7lpvvHGPY7RRPB/sqhB2guk7yjZpAmDGmpc+5NG4wPWpJQ4vLeasJn 9Y3DWziOi1DrNmR8lOD5xn4HKpt9shJcRrVACoZ8Mt+b/bjedDmUn6RuPmnZzvCh 20lViYg3VkpRmbfGccK+ =0MBH -----END PGP SIGNATURE----- --nextPart8642229.2HA3QCz7o8--