Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 1998 07:11:01 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG
Subject:   cvs commit: src/gnu/lib/libstdc++ Makefile
Message-ID:  <199803201511.HAA04937@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/03/20 07:11:01 PST

  Modified files:
    gnu/lib/libstdc++    Makefile 
  Log:
  Don't use beforedepend to complicate and break things.  The usual
  fix of putting generated source files in SRCS breaks many special
  cases (many dependencies had to be incomplete for ${.ALLSRC}
  not to give .h files that would break compiling with c++ -c).
  Reduce these special cases to the general case so that SRCS works
  normally and bsd.lib.mk handles most of the complications.  Now
  we only have to duplicate rules from bsd.lib.mk to add special
  CFLAGS in some cases.
  
  Revision  Changes    Path
  1.9       +65 -140   src/gnu/lib/libstdc++/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?199803201511.HAA04937>