cvs commit: src/lib/libmagic Makefile

Ruslan Ermilov ru at FreeBSD.org
Fri Jan 28 09:01:54 PST 2005


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


More information about the cvs-src mailing list