aboutsummaryrefslogtreecommitdiff
path: root/bin/rm/Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-07-11 08:45:38 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-07-11 08:45:38 +0000
commita3ee32f3f72b616867d19e5abbd1ebd4d3ae1052 (patch)
tree95af1554c930ece9e942cf4f9ae9f09c03e9eb38 /bin/rm/Makefile
parentda035a22eb1488ab81fa4bc06df1f795daa9ad0a (diff)
downloadsrc-a3ee32f3f72b616867d19e5abbd1ebd4d3ae1052.tar.gz
src-a3ee32f3f72b616867d19e5abbd1ebd4d3ae1052.zip
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
Notes
Notes: svn path=/head/; revision=99767
Diffstat (limited to 'bin/rm/Makefile')
-rw-r--r--bin/rm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rm/Makefile b/bin/rm/Makefile
index 7b85cdf90fc0..a63cabed1f7d 100644
--- a/bin/rm/Makefile
+++ b/bin/rm/Makefile
@@ -3,6 +3,7 @@
PROG= rm
SRCS= rm.c
+WFORMAT=0
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
MLINKS= rm.1 unlink.1