delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/11/23/10:03:58

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
From: =?iso-8859-1?Q?J=F8rn_Norheim?= <joern DOT norheim AT teamcom DOT no>
To: <cygwin AT sources DOT redhat DOT com>
Subject: make-problem; Wildcard delete does not work!
Date: Thu, 23 Nov 2000 15:56:30 +0100
Message-ID: <000001c0555d$90299e60$a801a8c0@shannon>
MIME-Version: 1.0
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

I have started using cygwin-make in a project and want to
create a "clean" target;


-----

RM = rm
SRCPATH = e:\web\html\nms\generalsetup


clean:
	$(RM) $(SRCPATH)\*.class
-----

The output I get on the command line is(win2000 cmd.exe):

-----
E:\web\html>make -f nms\generalsetup\makefile clean
rm e:\web\html\nms\generalsetup\*.class
rm: e:\web\html\nms\generalsetup\*.class: No such file or directory
make: *** [clean] Error 1
-----

The following works:

-----
	$(RM) $(SRCPATH)\GeneralSetupApplet.class
	$(RM) $(SRCPATH)\GeneralSetupApplet$$1.class
	$(RM) $(SRCPATH)\GeneralSetupAppletGUI.class
	$(RM) $(SRCPATH)\GeneralSetupAppletGUI$$1.class
	$(RM) $(SRCPATH)\GeneralSetupAppletStrings.class
-----

Has anybody any ideas?


Best regards,
Jørn Norheim


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019