Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2000 13:14:55 -0800 (PST)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c
Message-ID:  <200011302114.eAULEup83184@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2000/11/30 13:14:54 PST

  Modified files:
    usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c 
  Log:
  Make crunchgen aware of obj directories. Formerly it had
  /usr/obj hardwired in the code, now you can override it
  with a command line option or MAKEOBJDIRPREFIX env. variable.
  The above is useful to build picobsd-specific objects in some other
  place than /usr/obj
  
  While at it, fix documentation and change a few sprintf -> snprintf.
  
  Revision  Changes    Path
  1.21      +23 -6     src/usr.sbin/crunch/crunchgen/crunchgen.1
  1.17      +38 -27    src/usr.sbin/crunch/crunchgen/crunchgen.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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