Changes In Branch sles11-build Through [d18df78bb7] Excluding Merge-Ins
This is equivalent to a diff from a69eae02d7 to d18df78bb7
2016-02-25
| ||
15:34 | Added parley egg to all 3 Makefiles check-in: 4fe7ac3224 user: jmoon18 tags: sles11-build | |
2016-02-12
| ||
12:47 | Added makefile for installing latest development tarball chicken check-in: d18df78bb7 user: jmoon18 tags: sles11-build | |
12:47 | Added makefile for installing latest git chicken check-in: 2bb2629922 user: jmoon18 tags: sles11-build | |
2016-02-10
| ||
05:35 | Remove zmq cruft check-in: 8e9c153d3c user: matt tags: v1.60 | |
2016-02-09
| ||
11:51 | Updated makefile for SLES11 check-in: 5eb6a386a0 user: jmoon18 tags: sles11-build | |
2016-02-04
| ||
13:44 | Deleting common.o from process check-in: a69eae02d7 user: ritikaag tags: v1.60 | |
2016-02-03
| ||
22:24 | Mostly updated Makefile.installall check-in: e617368726 user: matt tags: v1.60 | |
Added utils/Makefile.git.installall version [691b7a9df3].
Modified utils/Makefile.installall from [854a5318e0] to [6ee27046cd].
︙ | |||
99 100 101 102 103 104 105 | 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | - + + | CSCLIBS=$(shell echo $(LD_LIBRARY_PATH) | sed 's/:/ -L/g') CSC_OPTIONS="-I$(PREFIX)/include -L$(CSCLIBS) -C \"-fPIC\"" # CSC_OPTIONS=-I $(PREFIX)/include -L $(CSCLIBS) nogui : base mutils |
︙ | |||
269 270 271 272 273 274 275 | 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 | - - - + + + + + + + + + + + + + + + + - + - + - + - + | cd ffcall;./configure --prefix=$(PREFIX) --enable-shared && make CC="gcc -fPIC" && make install #====================================================================== # I U P #====================================================================== iuplib.fossil : |
Added utils/Makefile.latest.installall version [2b37f8217d].