Broken win32.mak in git HEAD

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Jun 18 08:54:13 PDT 2013


On Tuesday, 18 June 2013 at 15:47:49 UTC, ollie wrote:
> In the win32.mak file under the clean tag :
>
> clean:
> 	$(DEL) *.obj
> 	$(DEL) total.sym
> 	$(DEL) msgs.h msgs.c
> 	$(DEL) elxxx.c cdxxx.c optab.c debtab.c fltables.c tytab.c
> 	$(DEL) impcnvtab.c
> 	$(DEL) id.h id.c
> 	$(DEL) verstr.h
> 	cd $(CPPUNIT)\src\cppunit
> 	$(MAKE) clean
>
> "cd $(CPPUNIT)\src\cppunit" was removed but the follow on line 
> "$(MAKE)
> clean" was left in.  It errors on that line and should probably 
> be removed.
>
> Thanks,
>
> ollie

It was removed together with the pull:
https://github.com/D-Programming-Language/dmd/blob/master/src/win32.mak

Perhaps you had a bad rebase locally?


More information about the Digitalmars-d mailing list