%% "Danie Van der Laan" <[EMAIL PROTECTED]> writes:

  dvdl> I need to uninstall make urgently from my Unix system.
  dvdl> I'm trying the following command as per the INSTALL file.
 
  dvdl> $ make distclean

First, note that this command won't uninstall make.  It will just clean
the build tree so that it looks the same way it did when you unpacked
make.

  dvdl> but I get the following responce:

  dvdl> /bin/sh: invalid option -- c
  dvdl> Usage: sh [options] [target] ...
  dvdl> Options:
          ...

What!?!?

It looks like somehow you configured make to install as /bin/sh,
overwriting your shell!

Ouch.  That's very bad.  You will need to go find a /bin/sh somewhere
(on your backup disks or install disks or another system on the network)
and copy it over /bin/sh on your system.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to