Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 1998 00:26:02 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libss Makefile
Message-ID:  <199803060826.AAA09455@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/03/06 00:26:01 PST

  Modified files:
    lib/libss            Makefile 
  Log:
  Fixed building with `make -jN'.  Put ss_err.h in SRCS so that recent
  changes to bsd.lib.mk can handle building it early enough.  Don't
  use the same rule for ss_err.h and ss_err.c, else `make -jN' would
  run the rule twice concurrently.  Don't put ss_err.c out of order
  in SRCS; doing so was a kludge to get ss_err.h built early enough
  for plain `make'.
  
  Don't put a non-generated file in CLEANFILES.
  
  Revision  Changes    Path
  1.18      +7 -6      src/lib/libss/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?199803060826.AAA09455>