Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 1995 13:03:20 -0800
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        CVS-commiters@time.cdrom.com, cvs-usrbin@time.cdrom.com
Subject:   cvs commit: src/usr.bin/make/lst.lib lstConcat.c lstDestroy.c lstDupl.c lstFind.c lstFindFrom.c lstForEach.c
Message-ID:  <199501232103.NAA15910@time.cdrom.com>

next in thread | raw e-mail | index | archive | help
jkh         95/01/23 13:03:19

  Modified:    usr.bin/make Makefile arch.c buf.c buf.h compat.c cond.c
                        config.h dir.c dir.h for.c hash.c hash.h job.c
                        job.h list.h lst.h main.c make.c make.h nonints.h
                        parse.c pathnames.h sprite.h str.c suff.c targ.c
                        var.c
               usr.bin/make/lst.lib lstConcat.c lstDestroy.c lstDupl.c
                        lstFind.c lstFindFrom.c lstForEach.c
  Log:
  Bring in a number of changes from NetBSD's make, fixing quite a few
  problems in the process:
  
  1. Quoting should work properly now.  In particular, Chet's reported bash
  make problem has gone away.
  2. A lot of memory that just wasn't being free'd after use is now freed.
  This should cause make to take up a LOT less memory when dealing with
  archive targets.
  3. Give proper credit to Adam de Boor in a number of files.
  Obtained from: NetBSD (and Adam de Boor)



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