Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 1995 11:32:40 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-usrbin
Subject:   cvs commit: src/usr.bin/tn3270 Makefile
Message-ID:  <199509291832.LAA26323@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/09/29 11:32:40

  Modified:    usr.bin/tn3270  Makefile
  Log:
  Build tools subdir first to reduce bogons caused by inadequate dependency
  handling for the tools binaries.  E.g., after libc.a is changed, it
  previously took two `make' passes and one `make depend' pass following
  one of the `make' passes to bring everything up to date.  Now one `make'
  pass followed by one `make depend' pass is sufficient.
  
  Dependency handling seems to be difficult to handle cleanly when
  interdependent things are built in different directories.



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