From owner-cvs-all Sun Jul 26 10:07:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11078 for cvs-all-outgoing; Sun, 26 Jul 1998 10:07:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA11073; Sun, 26 Jul 1998 10:07:06 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA02825; Sun, 26 Jul 1998 10:06:08 -0700 (PDT) Date: Sun, 26 Jul 1998 10:06:08 -0700 (PDT) Message-Id: <199807261706.KAA02825@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/07/26 10:06:07 PDT Modified files: usr.bin/make main.c Log: Use malloc + sprintf rather than asprintf to ensure portability to other, less advanced architecutres. This should minorly help porting efforts of FreeBSD. I've done several make worlds since this came up with this change, as well as debugging several interesting nits with -V (which is the only thing this change will affect really). Revision Changes Path 1.25 +4 -2 src/usr.bin/make/main.c