Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86047 - trunk/tools/build/v2/tools
From: jhunold_at_[hidden]
Date: 2013-09-30 01:44:17


Author: jhunold
Date: 2013-09-30 01:44:17 EDT (Mon, 30 Sep 2013)
New Revision: 86047
URL: http://svn.boost.org/trac/boost/changeset/86047

Log:
adapt commandline to improved moc

Using -f (>) is no longer needed and not suported,
just provide the input file as positional argument

Text files modified:
   trunk/tools/build/v2/tools/qt5.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/tools/qt5.jam
==============================================================================
--- trunk/tools/build/v2/tools/qt5.jam Mon Sep 30 00:48:56 2013 (r86046)
+++ trunk/tools/build/v2/tools/qt5.jam 2013-09-30 01:44:17 EDT (Mon, 30 Sep 2013) (r86047)
@@ -680,7 +680,7 @@
 #
 actions moc
 {
- $(.BINPREFIX[-1])/moc -f $(>) -o $(<) @"@($(<).rsp:E=-D$(DEFINES)$(.nl) -I$(INCLUDES:T)$(.nl))"
+ $(.BINPREFIX[-1])/moc $(>) -o $(<) @"@($(<).rsp:E=-D$(DEFINES)$(.nl) -I$(INCLUDES:T)$(.nl))"
 }
 
 # When moccing files for include only, we don't need -f, otherwise the generated


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk