Changes between Version 1 and Version 2 of Ticket #3506, comment 11


Ignore:
Timestamp:
Dec 24, 2016, 9:57:35 PM (8 years ago)
Author:
darkblueb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3506, comment 11

    v1 v2  
    1 make -- correct output e.g.
    2 {{{
    3 ...
    4 gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.5/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geometry_inout.o geometry_inout.c
    5 gcc -I../liblwgeom  -fpic -shared -o postgis-2.3.so postgis_module.o lwgeom_accum.o lwgeom_spheroid.o lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o lwgeom_functions_basic.o lwgeom_btree.o lwgeom_box.o lwgeom_box3d.o lwgeom_geos.o lwgeom_backend_api.o lwgeom_geos_prepared.o lwgeom_geos_clean.o lwgeom_geos_relatematch.o lwgeom_export.o lwgeom_in_gml.o lwgeom_in_kml.o lwgeom_in_geohash.o lwgeom_in_geojson.o lwgeom_in_encoded_polyline.o lwgeom_triggers.o lwgeom_dump.o lwgeom_dumppoints.o lwgeom_functions_lrs.o lwgeom_functions_temporal.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o lwgeom_transform.o lwgeom_window.o gserialized_typmod.o gserialized_gist_2d.o gserialized_gist_nd.o brin_2d.o brin_nd.o brin_common.o gserialized_estimate.o geography_inout.o geography_btree.o geography_measurement.o geography_measurement_trees.o geometry_inout.o -L/usr/lib/i386-linux-gnu -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/lib/mit-krb5 -L/usr/lib/i386-linux-gnu/mit-krb5  -Wl,--as-needed  ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a  -L/usr/local/lib  -lgeos_c -lproj  -ljson-c -lxml2   -Wl,--exclude-libs,ALL
    6 /usr/bin/cpp -traditional-cpp -w -P -I../libpgcommon postgis.sql.in | grep -v '^#' | \
    7 /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.3'g;s'@extschema@\.''g" > postgis.sql
    8 /usr/bin/cpp -traditional-cpp -w -P -I../libpgcommon postgis.sql.in | grep -v '^#' | \
    9 /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.3'g" > postgis_for_extension.sql
    10 /usr/bin/perl ../utils/create_undef.pl postgis.sql 95 > uninstall_postgis.sql
    11 /usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis.sql UNUSED > postgis_upgrade.sql.in
    12 echo "BEGIN;" > postgis_upgrade.sql
    13 cat postgis_drop_before.sql postgis_upgrade.sql.in postgis_drop_after.sql >> postgis_upgrade.sql
    14 ...
    15 }}}
    16 
    17 make -- incomplete output
    18 {{{
    19 ...
    20 gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o gserialized_typmod.o gserialized_typmod.c
    21 gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o gserialized_gist_2d.o gserialized_gist_2d.c
    22 gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o gserialized_gist_nd.o gserialized_gist_nd.c
    23 gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o gserialized_estimate.o gserialized_estimate.c
    24 gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geography_inout.o geography_inout.c
    25 gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geography_btree.o geography_btree.c
    26 gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geography_measurement.o geography_measurement.c
    27 gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geography_measurement_trees.o geography_measurement_trees.c
    28 gcc -I../liblwgeom  -fpic -I../libpgcommon  -I/usr/local/include  -I/usr/include/libxml2     -fPIC -I. -I./ -I/usr/include/postgresql/9.6/server -I/usr/include/postgresql/internal -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2  -I/usr/include/tcl8.6  -c -o geometry_inout.o geometry_inout.c
    29 gcc -I../liblwgeom  -fpic -shared -o postgis-2.2.so postgis_module.o lwgeom_accum.o lwgeom_spheroid.o lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o lwgeom_functions_basic.o lwgeom_btree.o lwgeom_box.o lwgeom_box3d.o lwgeom_geos.o lwgeom_backend_api.o lwgeom_geos_prepared.o lwgeom_geos_clean.o lwgeom_geos_relatematch.o lwgeom_export.o lwgeom_in_gml.o lwgeom_in_kml.o lwgeom_in_geohash.o lwgeom_in_geojson.o lwgeom_in_encoded_polyline.o lwgeom_triggers.o lwgeom_dump.o lwgeom_dumppoints.o lwgeom_functions_lrs.o lwgeom_functions_temporal.o long_xact.o lwgeom_sqlmm.o lwgeom_rtree.o lwgeom_transform.o gserialized_typmod.o gserialized_gist_2d.o gserialized_gist_nd.o gserialized_estimate.o geography_inout.o geography_btree.o geography_measurement.o geography_measurement_trees.o geometry_inout.o -L/usr/lib/x86_64-linux-gnu -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -L/usr/lib/mit-krb5 -L/usr/lib/x86_64-linux-gnu/mit-krb5  -Wl,--as-needed  ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a  -L/usr/local/lib  -lgeos_c -lproj  -ljson-c -lxml2   -Wl,--exclude-libs,ALL
    30 I../libpgcommon postgis.sql.in | grep -v '^#' | \
    31 /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > postgis.sql
    32 /usr/bin/perl ../utils/create_undef.pl postgis.sql 96 > uninstall_postgis.sql
    33 /usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis.sql UNUSED > postgis_upgrade.sql.in
    34 echo "BEGIN;" > postgis_upgrade.sql
    35 cat postgis_drop_before.sql postgis_upgrade.sql.in postgis_drop_after.sql >> postgis_upgrade.sql
    36 echo "COMMIT;" >> postgis_upgrade.sql
    37 /usr/bin/perl ../utils/postgis_proc_set_search_path.pl postgis.sql UNUSED > postgis_proc_set_search_path.sql
    38 I../libpgcommon legacy.sql.in | grep -v '^#' | \
    39 /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > legacy.sql
    40 /usr/bin/perl ../utils/create_undef.pl legacy.sql 96 > uninstall_legacy.sql
    41 I../libpgcommon legacy_minimal.sql.in | grep -v '^#' | \
    42 /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > legacy_minimal.sql
    43 I../libpgcommon legacy_gist.sql.in | grep -v '^#' | \
    44 /usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" > legacy_gist.sql
    45 ...
    46 }}}
     1-LINK-