Looks like you removed the directory AFTER configure. But you should remove it before.
Regards, Gunnar > Am 22.04.2015 um 13:44 schrieb [email protected]: > > > Thiago: > > Unfortunately, your suggestion of removing the directory and/or its > contents did not yield a positive result. > > How does one successfully remove a sub-module from the build process? > > Copied below is the nmake output after removing the contents of the > qlalr directory and the directory itself as a second test. > > Thank you, > > md > > nmake -f Makefile.Release > > Microsoft (R) Program Maintenance Utility Version 12.00.21005.1 > Copyright (C) Microsoft Corporation. All rights reserved. > > cd tools\qlalr\ && ( if not exist Makefile > C:\qt5\qtbase\bin\qmake C:\qt5\qtbase\src\tools\qlalr\qlalr.pro > <http://qlalr.pro> -o Makefile ) && nmake -f Makefile > Cannot find file: C:\qt5\qtbase\src\tools\qlalr\qlalr.pro > <http://qlalr.pro>. > NMAKE : fatal error U1077: 'cd' : return code '0x2' > Stop. > NMAKE : fatal error U1077: 'cd' : return code '0x2' > Stop. > NMAKE : fatal error U1077: 'cd' : return code '0x2' > Stop. > > On 4/18/2015 3:00 PM, Thiago Macieira wrote: >> On Saturday 18 April 2015 09:47:28 mark diener wrote: >>> Hello: >>> >>> How does one remove a submodule from a git repository build? >>> >>> (even if I already downloaded it) >>> >>> In this case, I want qlalr submodule to be removed from the build process. >>> >>> Qlalr does not build on Windows >> >> rm -rf qlalr >> > > -- > No spell checkers were harmed during the creation of this message. > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
