In metaconfig.git, the branch master has been updated <http://perl5.git.perl.org/metaconfig.git/commitdiff/84a69cea86dfdcd6eb2538b1c7870351c617d99a?hp=7bd925e6d5c37ea08d88d74f0c76456744d47b16>
- Log ----------------------------------------------------------------- commit 84a69cea86dfdcd6eb2538b1c7870351c617d99a Author: Andy Dougherty <[email protected]> Date: Wed Jun 6 11:11:34 2012 -0400 Ensure Cppsym.true list is sorted (for later input to comm). ----------------------------------------------------------------------- Summary of changes: U/modified/Cppsym.U | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/U/modified/Cppsym.U b/U/modified/Cppsym.U index 12f9ffe..3f0dd7a 100644 --- a/U/modified/Cppsym.U +++ b/U/modified/Cppsym.U @@ -216,7 +216,7 @@ $cc -o try -Dcpp_stuff=$cpp_stuff $optimize \$ccflags $ldflags try.c $libs && $r EOSH chmod +x Cppsym.try $eunicefix Cppsym.try -./Cppsym < Cppsym.know > Cppsym.true +./Cppsym < Cppsym.know | $sort | $uniq > Cppsym.true : Add in any linux cpp "predefined macros": case "$osname::$gccversion" in *linux*::*.*|*gnukfreebsd*::*.*|gnu::*.*) -- perl5 metaconfig repository
