Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 1998 16:22:55 -0800 (PST)
From:      Sean Eric Fagan <sef@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/truss Makefile
Message-ID:  <199801090022.QAA04003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sef         1998/01/08 16:22:54 PST

  Modified files:
    usr.bin/truss        Makefile 
  Log:
  Get rid of the bogus include -- it is incomplete (as it doesn't handle
  anything other than <sys/*.h>), and unnecessary in most cases.  (The
  situations where it is necesary can be dealt with by manually-made symlinks,
  which is acceptable since they should only occur during testing.  Remember:
  the tree does not compile well if you do not have matching header files
  installed.  Half-baked -I directives don't cover enough of the cases.)
  
  Revision  Changes    Path
  1.4       +1 -1      src/usr.bin/truss/Makefile



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