Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2011 04:40:37 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/sys Makefile.inc
Message-ID:  <201103170440.p2H4exq2097846@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2011-03-17 04:40:37 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         Makefile.inc 
  Log:
  SVN rev 219710 on 2011-03-17 04:40:37Z by marcel
  
  When building libc with the syscall compatibility, don't also generate the
  syscall assembly files. This results in conflicting dependencies and can
  cause unexpected results for parallel builds. This is because the .c file
  and the .S file both generate the same .o file.
  
  Submitted by:   Simon Gerraty <sjg@juniper.net>
  Sponsored by:   Juniper Networks
  
  Revision  Changes    Path
  1.152     +4 -1      src/lib/libc/sys/Makefile.inc



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