summaryrefslogtreecommitdiff
path: root/usr/src/cmd/rm/Makefile
diff options
context:
space:
mode:
authorsn199410 <none@none>2007-03-19 14:20:27 -0700
committersn199410 <none@none>2007-03-19 14:20:27 -0700
commit48011479cce51f5534141868012dcb9828a0fd63 (patch)
treeca55b26f00ff79591a49fc82391d4d87cf8833ee /usr/src/cmd/rm/Makefile
parentf05faa4ea8df92014407b88058ffeb988a32b6fd (diff)
downloadillumos-joyent-48011479cce51f5534141868012dcb9828a0fd63.tar.gz
6296436 /usr/bin/rm has slowed down
6478856 rm(1) fails to delete subdirectories if the current directory is non-readable 6478917 recursive rm operations should be performed via file descriptors 6500134 v_path construction can consume boundless amounts of memory 6501452 *rm* rm can loop forever and delete the wrong files.
Diffstat (limited to 'usr/src/cmd/rm/Makefile')
-rw-r--r--usr/src/cmd/rm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/rm/Makefile b/usr/src/cmd/rm/Makefile
index 5bceb7cbbe..86ae34f79b 100644
--- a/usr/src/cmd/rm/Makefile
+++ b/usr/src/cmd/rm/Makefile
@@ -21,7 +21,7 @@
#
#ident "%Z%%M% %I% %E% SMI"
#
-# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -33,7 +33,6 @@ include ../Makefile.cmd
CFLAGS += $(CCVERBOSE)
$(XPG4) := CFLAGS += -DXPG4
CPPFLAGS += -D_FILE_OFFSET_BITS=64
-LDLIBS += -lcmdutils
.KEEP_STATE: