Ticket #713 (closed defect: fixed)
new GNUmakefile.in is broken on mingW
| Reported by: | robe | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | mingw | Cc: |
Description
Sandro,
what is this GNUMake.in supposed to do
All I see on my mingW screen is this:
Using GNU make found at /bin/make make[600]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[601]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[602]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[603]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[604]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[605]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[606]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[607]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[608]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[609]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[610]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[611]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[612]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[613]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[614]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[615]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[616]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[617]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[618]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[619]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[620]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[621]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[622]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[623]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[624]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[625]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[626]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[627]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[628]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[629]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[630]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[631]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[632]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[633]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[634]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[635]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[636]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[637]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[638]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[639]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[640]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[641]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[642]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[643]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[644]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[645]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[646]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[647]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[648]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[649]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[650]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[651]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[652]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[653]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[654]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[655]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[656]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[657]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[658]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[659]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[660]: Entering directory `/c/projects/PostGIS/trunk' Using GNU make found at /bin/make make[661]: Entering directory `/c/projects/PostGIS/trunk'
And it keeps on incrementing and then it finally dies with
make[138]: *** [clean] Interrupt make[137]: *** [clean] Interrupt make[136]: *** [clean] Interrupt make[135]: *** [clean] Interrupt make[134]: *** [clean] Interrupt
I'll try to blow out my trunk and see if that fixes things. Am I the only one having this problem? Seems to have started as soon as you deleted the GNUMakefile and replaced with .in at #6404
Change History
Note: See
TracTickets for help on using
tickets.
