[Scummvm-cvs-logs] SF.net SVN: scummvm: [29491] scummvm/trunk/Makefile

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Nov 13 10:47:04 CET 2007


Revision: 29491
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29491&view=rev
Author:   fingolfin
Date:     2007-11-13 01:47:04 -0800 (Tue, 13 Nov 2007)

Log Message:
-----------
When automatically (re)configuring, print the command we execute (it is often useful to know what the 'last specified parameters' actually *were* :)

Modified Paths:
--------------
    scummvm/trunk/Makefile

Modified: scummvm/trunk/Makefile
===================================================================
--- scummvm/trunk/Makefile	2007-11-13 09:42:42 UTC (rev 29490)
+++ scummvm/trunk/Makefile	2007-11-13 09:47:04 UTC (rev 29491)
@@ -47,7 +47,7 @@
 ifdef CONFIG_MK_IS_PRESENT
 	@echo "Running $(srcdir)/configure with the last specified parameters"
 	@sleep 2s
-	@LDFLAGS=$(SAVED_LDFLAGS) CXX=$(SAVED_CXX) CXXFLAGS=$(SAVED_CXXFLAGS) CPPFLAGS=$(SAVED_CPPFLAGS) \
+	LDFLAGS=$(SAVED_LDFLAGS) CXX=$(SAVED_CXX) CXXFLAGS=$(SAVED_CXXFLAGS) CPPFLAGS=$(SAVED_CPPFLAGS) \
 		$(srcdir)/configure $(SAVED_CONFIGFLAGS)
 else
 	$(error You need to run $(srcdir)/configure before you can run make. Check $(srcdir)/configure --help for a list of parameters)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list