Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2002 01:45:39 -0700 (PDT)
From:      Sheldon Hearn <sheldonh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/rm Makefile src/bin/cp Makefile src/bin/chmod Makefile
Message-ID:  <200207110845.g6B8jdfL060095@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sheldonh    2002/07/11 01:45:39 PDT

  Modified files:
    bin/rm               Makefile 
    bin/cp               Makefile 
    bin/chmod            Makefile 
  Log:
  Set WFORMAT=0, because our compiler currently complains about NULL
  arg 2 to err() and friends, and warnings are promoted to errors.
  
  This allows the following revisions to be reverted:
  
          rev 1.39        src/bin/cp/cp.c
          rev 1.26        src/bin/chmod/chmod.c
          rev 1.40        src/bin/rm/rm.c
  
  The following revisions can already be reverted, because they were
  already covered by WFORMAT=0:
  
          rev 1.8         src/bin/ls/lomac.c
          rev 1.63        src/bin/ls/ls.c
          rev 1.8         src/bin/ps/lomac.c
          rev 1.34        src/bin/rcp/rcp.c
  
  Revision  Changes    Path
  1.9       +1 -0      src/bin/chmod/Makefile
  1.10      +1 -0      src/bin/cp/Makefile
  1.16      +1 -0      src/bin/rm/Makefile

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?200207110845.g6B8jdfL060095>