[BusyBox 0001428]: reset --help gives the help text for rm

bugs at busybox.net bugs at busybox.net
Fri Jul 13 01:25:10 UTC 2007


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1428 
====================================================================== 
Reported By:                owen
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1428
Category:                   Documentation
Reproducibility:            always
Severity:                   text
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-08-2007 23:30 PDT
Last Modified:              07-12-2007 18:25 PDT
====================================================================== 
Summary:                    reset --help gives the help text for rm
Description: 
# reset --help
BusyBox v1.6.0.svn (2007-07-02 12:08:23 EDT) multi-call binary

Usage: reset [OPTION]... FILE...

Remove (unlink) the FILE(s).  You may use '--' to
indicate that all following arguments are non-options.

Options:
        -i      Always prompt before removing each destination
        -f      Remove existing destinations, never prompt
        -r,-R   Remove the contents of directories recursively

====================================================================== 

---------------------------------------------------------------------- 
 rockeychu - 07-12-07 18:25  
---------------------------------------------------------------------- 
Your Issues of 1425~1428 point to the same pitfall of old Makefile. The
current SVN has solved the problem, please update to 1.7.0SVN. 
If you insist on old SVN, just simply do following sequence of cmd:
  make clean
  make menuconfig (optional)
  make
and that's OK. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-08-07 23:30  owen           New Issue                                    
07-08-07 23:30  owen           Status                   new => assigned     
07-08-07 23:30  owen           Assigned To               => BusyBox         
07-12-07 18:25  rockeychu      Note Added: 0002594                          
======================================================================




More information about the busybox-cvs mailing list