8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
Commit Graph

104 Commits

Author SHA1 Message Date
asfernandes
90dfb9a411 Misc 2009-09-30 01:10:11 +00:00
alexpeshkoff
323d9bcb75 Cleanup - do not build unneeded files 2009-09-29 10:33:10 +00:00
verbguy
626f4ccfbd solaris distribution kit changes, reviewed by alex 2009-09-08 20:11:30 +00:00
uid87371
15b9a3c73c Bug in clean_all - patch from Bill Oliver 2009-08-05 11:45:07 +00:00
alexpeshkoff
fa6f01ca3e Remove symbolic links in build directory when doing "make clean" 2009-07-29 08:15:51 +00:00
alexpeshkoff
f0a3fda727 fixed "make clean" after my changes 2009-07-22 06:36:33 +00:00
alexpeshkoff
7523076da6 Use parallel build for editline 2009-04-22 14:02:26 +00:00
alexpeshkoff
334157b27d Added minimum support for parallel build on SMP machines.
Due to logic of phases in main makefile duirect use of -j switch breaks build.
Now you may specify it in command line as "make CPU=4" and in all safe places appropriate
-j switch will be added.
2009-04-09 09:57:02 +00:00
asfernandes
38ac4ab183 Use SIMILAR TO regexp (with sed syntax for replacements) for trace config 2009-03-26 16:33:21 +00:00
asfernandes
edfdc10156 Use regex.h header of our extern/regex, and not the one from a completelly different POSIX system library 2009-02-21 22:09:04 +00:00
alexpeshkoff
a41143bf24 AIX port 2009-02-05 13:22:31 +00:00
alexpeshkoff
e1117d8a3d Make trace plugin build on linux 2009-02-03 12:03:25 +00:00
alexpeshkoff
2cf130db1d Added trace to posix build - first draft 2009-02-02 11:48:44 +00:00
alexpeshkoff
d769df3b68 Solaris port 2008-12-28 15:42:05 +00:00
asfernandes
05947b7afc Misc 2008-12-12 00:55:03 +00:00
alexpeshkoff
017a5b6759 HPUX port 2008-12-11 10:59:26 +00:00
alexpeshkoff
e40105fe12 Make fbguard work with superclassic too 2008-05-05 09:27:49 +00:00
alexpeshkoff
00c63c1f8d 1. Make signals handling in yValve MT safe.
2. Introduce new private API calls, fb__shutdown() and fb__shutdown_callback().
3. Introduce fb_smp_server - binary to run superclassic on posix.
4. Various cleanups.
2008-02-28 18:42:30 +00:00
asfernandes
9f47ec71be Oops 2008-02-03 02:38:31 +00:00
asfernandes
b39ac40c9d Misc 2008-02-03 02:32:39 +00:00
alexpeshkoff
24c7c42382 Merge continued 2008-01-16 11:48:27 +00:00
dimitr
99b102e678 Committed with conflicts by Alex's request. 2008-01-16 10:36:35 +00:00
alexpeshkoff
7f5e655b5d fixed linux build 2008-01-10 10:06:22 +00:00
alexpeshkoff
f92ae11948 Pass through CFLAGS, set for ./configure. This is minimum cross-build support.
It makes it possible to build, for example, for i386 on amd64 linux. Just use:
  ./configure CFLAGS=-m32 --host=i386-cross-linux
or, certainly:
  ./autogen.sh CFLAGS=-m32 --host=i386-cross-linux
Should also help when doing builds in other cases when 32/64 bit choice is possible.
2008-01-04 17:34:46 +00:00
alexpeshkoff
4816dbe061 1. Use EXE_LINK or STATICEXE_LINK (what appropriate) to link executables instead of plain LD.
2. Fron-ported fix for broken in ALt-Linux ld - changed order of libraries in command line.
2007-12-14 11:32:06 +00:00
alexpeshkoff
52aeebdf1a Make build process slightly less artificial 2007-07-25 13:13:47 +00:00
paulbeach
1644f2cb64 MacOS Port into HEAD 2007-06-11 14:21:33 +00:00
alexpeshkoff
9d3d4573e6 make clean_all should clean as much as possible 2007-04-03 12:30:26 +00:00
alexpeshkoff
29815559fc Added configure switches to build with OS-wide editline and/or ICU 2007-04-03 08:25:55 +00:00
alexpeshkoff
775ebf25fb Remove btyacc output when making clean 2007-04-02 10:42:14 +00:00
paulbeach
68b261513c Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00
aafemt
dc8f8985d6 Add consts_pub.h to public ibase.h 2006-08-17 05:59:08 +00:00
mkubecek
5e4ef1a0c8 compatibility with rpm 4.4 2006-06-27 10:31:25 +00:00
aafemt
046b6fb1f4 Include autoconf cache to cleanup process
Get rid of YACC
2006-06-05 11:10:45 +00:00
alexpeshkoff
8e051a3a7e Misc 2006-06-01 10:10:34 +00:00
asfernandes
04c989bb4e Misc 2006-04-20 02:44:48 +00:00
dimitr
c92884fd79 Hopefully, this should cure the posix builds. 2006-04-19 11:45:05 +00:00
alexpeshkoff
07720dd5fa correctly build public ibase.h 2005-12-18 17:56:17 +00:00
dimitr
62beb045d7 Changed location of some defines in order to avoid internals inside ibase.h. 2005-12-05 12:57:15 +00:00
alexpeshkoff
722e0efdc5 rebuild libraries not only during boot_phase1 2005-11-27 15:04:40 +00:00
aafemt
c7a7155dc6 ICU adaptation and some improvements 2005-06-10 10:32:51 +00:00
aafemt
c24c3130b1 ICU build with MinGW 2005-06-08 05:28:47 +00:00
asfernandes
0f67560006 Make "configure --with-editline" work 2005-05-29 15:27:08 +00:00
asfernandes
59213efe7e Merge INTL branch into HEAD 2005-05-27 22:45:31 +00:00
robocop
a749151080 Correct some files to refer to FB2 and security2.fdb 2005-03-05 01:44:38 +00:00
alexpeshkoff
f4cd5a154f Changed name to security2.fdb 2005-02-24 12:24:38 +00:00
alexpeshkoff
8af7bdaffc security fix
1. added separate gsec.client build
2. added new files to posix build
2004-11-07 13:47:05 +00:00
skidder
46a15ac2a2 Erik's script producing source bundle including configure script. Invoked via: make srctarfile 2004-08-20 05:11:55 +00:00
brodsom
42a695a67f Removing llio* and codes.h 2004-05-10 07:21:09 +00:00
skidder
e816dc8d5a Import (unmodified) libedit-2.6.9 to provide line editing capabilities for isql 2004-05-08 03:28:26 +00:00