Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2005 17:01:54 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libmagic Makefile
Message-ID:  <200501281701.j0SH1sBQ039279@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2005-01-28 17:01:54 UTC

  FreeBSD src repository

  Modified files:
    lib/libmagic         Makefile 
  Log:
  Clean up makefile.
  
  - Remove all:.  It's redundant, and ${LIB} in it is just a bug.
  - Remove .ORDER:.  *.mgc files can safely be built in parallel.
  - Remove PITA.  The mkmagic tool is smart to put the binary file
    into the current directory (${.OBJDIR}) even if the source file
    lives somewhere else, which is just what we need.
  
  Revision  Changes    Path
  1.6       +2 -7      src/lib/libmagic/Makefile



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