Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 1999 23:48:24 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/modules/svr4 Makefile
Message-ID:  <199902060748.XAA02138@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/02/05 23:48:24 PST

  Modified files:
    sys/modules/svr4     Makefile 
  Log:
  Honor ${LDFLAGS} for building svr4_genassym.  This is part of fixing
  world breakage (mainly for cross-world cases).  The world Makefile
  attempts to build tools static so that nonexistent or wrong shared
  libraries and interpreters don't get used.  This is broken anyway
  since the world Makefile doesn't know about svr4_genassym.
  
  Force building svr4_genassym static.  This is part of "fixing"
  aout-to-elf-build breakage.  aout-to-elf-build abuses NOTOOLS to
  avoid rebuilding all the aout tools.  This saves time and avoids
  some complications.  However, it breaks all the internal tools --
  they get linked to target libraries which might not work.  Cases
  where the host can run the target's static libraries are "fixed"
  by encrufting all Makefiles that build internal tools to build the
  tools static.
  
  Don't add .depend to CLEANFILES -- it just breaks the separation of
  `make cleandepend' from `make clean'.
  
  Removed some superflous explicit dependencies.
  
  Revision  Changes    Path
  1.2       +3 -5      src/sys/modules/svr4/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?199902060748.XAA02138>