Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2002 12:27:48 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make Makefile main.c make.h util.c
Message-ID:  <200210101927.g9AJRmkj045746@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/10/10 12:27:48 PDT

  Modified files:
    usr.bin/make         Makefile main.c make.h 
  Added files:
    usr.bin/make         util.c 
  Log:
  Move utilitarian routines to util.c, which isn't the same as the old
  compatability-geared util.c.  These are things like message printers
  and the PrintAddr function for traversing lists.  Other general-purpose
  utilities inside make(1) can go here, in time.
  
  Revision  Changes    Path
  1.29      +1 -1      src/usr.bin/make/Makefile
  1.79      +1 -233    src/usr.bin/make/main.c
  1.23      +1 -0      src/usr.bin/make/make.h
  1.12      +285 -0    src/usr.bin/make/util.c (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210101927.g9AJRmkj045746>