Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 1998 04:56:00 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/make main.c
Message-ID:  <199806131156.EAA25604@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1998/06/13 04:55:59 PDT

  Modified files:
    usr.bin/make         main.c 
  Log:
  Make -V expand it's arguments.  This means that instead of 'make -V OBJS'
  printing something useless (to a shell) like: ${SRCS:N*.h:R:S/$/.o/g}
  it will instead print the actual ${OBJS} value.
  
  Revision  Changes    Path
  1.24      +8 -6      src/usr.bin/make/main.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?199806131156.EAA25604>