Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2004 07:23:19 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin Makefile src/libexec Makefile src/sbin Makefile src/usr.bin Makefile src/usr.sbin Makefile
Message-ID:  <200401161523.i0GFNKZq055535@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2004/01/16 07:23:19 PST

  FreeBSD src repository

  Modified files:
    bin                  Makefile 
    libexec              Makefile 
    sbin                 Makefile 
    usr.bin              Makefile 
    usr.sbin             Makefile 
  Log:
  - Build things in pure dictionary order (see sort(1)).
  
  - Unify the conditional assignments section so that architectural
    exclusions come first, then options and !options, sorted by the
    option name, also in directory order, then architecture specific
    sections, sorted by the architecture name, with i386 being a
    traditional exception.
  
  Prodded by:     bde
  
  Revision  Changes    Path
  1.24      +8 -5      src/bin/Makefile
  1.64      +12 -6     src/libexec/Makefile
  1.132     +38 -23    src/sbin/Makefile
  1.254     +57 -41    src/usr.bin/Makefile
  1.283     +144 -91   src/usr.sbin/Makefile



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