Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2003 21:28:31 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread Makefile src/lib/libpthread/sys Makefile.inc src/lib/libpthread/arch/alpha Makefile.inc src/lib/libpthread/arch/ia64         Makefile.inc
Message-ID:  <200306230428.h5N4SV6e014044@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/06/22 21:28:31 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread       Makefile 
    lib/libpthread/sys   Makefile.inc 
  Added files:
    lib/libpthread/arch/alpha Makefile.inc 
    lib/libpthread/arch/i386 Makefile.inc 
    lib/libpthread/arch/ia64 Makefile.inc 
  Log:
  Move the machine specific files from sys/Makefile.inc and put them
  in a machine specific makefile. While here, sort the sub-directories
  in Makefile and remove _atomic_lock.S from all makefiles.
  
  Revision  Changes    Path
  1.43      +3 -2      src/lib/libpthread/Makefile
  1.1       +5 -0      src/lib/libpthread/arch/alpha/Makefile.inc (new)
  1.1       +5 -0      src/lib/libpthread/arch/i386/Makefile.inc (new)
  1.1       +5 -0      src/lib/libpthread/arch/ia64/Makefile.inc (new)
  1.15      +2 -4      src/lib/libpthread/sys/Makefile.inc



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