Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 1998 02:55:04 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG
Subject:   cvs commit: src Makefile
Message-ID:  <199803121055.CAA02624@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/03/12 02:55:04 PST

  Modified files:
    .                    Makefile 
  Log:
  Fixed missing SHLIBDIR in GCC_EXEC_PREFIX.
  
  Add the path to the source .mk files to the beginning of .MAKEFLAGS
  instead of to the end, so that there is more chance of it having
  priority.  Additions in /etc/make.conf still have priority for
  sub-makes if they are also at the beginning, although this is
  probably not wanted for building /usr/src.
  
  Use ${MK_FLAGS} for building dependencies for tools.  This saves
  time building dependencies for tools that won't be created (mainly
  profiled libraries) and will be necessary to give correct dependencies
  when tools are built static.
  
  Spell the object directory as ${OBJDIR} consistently (even when we know
  that ${OBJDIR} == "obj").
  
  Print ${DESTDIR} in messages where appropriate.
  
  Fixed some misformattings.
  
  Revision  Changes    Path
  1.161     +28 -26    src/Makefile

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?199803121055.CAA02624>