Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2002 19:45:04 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make Makefile main.c make.1
Message-ID:  <200208250245.g7P2j4BQ059619@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/08/24 19:45:04 PDT

  Modified files:
    usr.bin/make         Makefile main.c make.1 
  Log:
  Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and
  this particular GNU flag.  It changes into the given directory for the
  operation in question.  This just goes into said directory at the time of
  parsing the argument for getopt(3).
  
  Submitted by:   Rachel Hestilow <rachel@jerkcity.com>
  
  Revision  Changes    Path
  1.25      +1 -1      src/usr.bin/make/Makefile
  1.70      +5 -2      src/usr.bin/make/main.c
  1.57      +5 -0      src/usr.bin/make/make.1

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?200208250245.g7P2j4BQ059619>