Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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?= To: 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit 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