[Pkg-ace-commits] [pkg-ace] r692 - trunk/debian
Thomas Girard
tgg at alioth.debian.org
Mon May 24 12:08:46 UTC 2010
Author: tgg
Date: 2010-05-24 12:08:41 +0000 (Mon, 24 May 2010)
New Revision: 692
Modified:
trunk/debian/rules
Log:
Restore second pass generation.
We need this to have correct .ins files so that *{C,S}.* get
installed.
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2010-05-24 09:55:04 UTC (rev 691)
+++ trunk/debian/rules 2010-05-24 12:08:41 UTC (rev 692)
@@ -102,6 +102,10 @@
dh_testdir
cd $(ACE_ROOT) && $(MAKE) $(ACE_MAKE_FLAGS)
cd $(TAO_ROOT) && $(MAKE) $(ACE_MAKE_FLAGS)
+# 2nd-pass MPC generation is a quick bugfix related with write_install_files at MPC/modules/ProjectCreator.pm
+ echo 2nd-pass MPC generation
+ cd $(ACE_ROOT) && ./bin/mwc.pl $(MWCFLAGS) ACE-DPKG.mwc
+ cd $(TAO_ROOT) && ./../bin/mwc.pl $(MWCFLAGS) TAO-DPKG.mwc
touch $@
manpages-stamp: $(MAN1)
More information about the Pkg-ace-commits
mailing list