Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 1998 02:44:51 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/make suff.c
Message-ID:  <199804260944.CAA13705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1998/04/26 02:44:51 PDT

  Modified files:
    usr.bin/make         suff.c 
  Log:
  When all transformation rules to or from a suffix disappeared, make tries
  to free the suffix. I think, it is a very strange idea. (Or, maybe, it is a
  POSIX requirement?) And it is done incorrectly. Apparently, it even don't
  update the list of known suffixes (but it is an other bug).
  
  PR:		4254, 4692, 4783
  Reviewed by:	phk
  Submitted by:	Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
  
  Revision  Changes    Path
  1.9       +7 -21     src/usr.bin/make/suff.c

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?199804260944.CAA13705>