1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

15 Commits

Author SHA1 Message Date
925aa14912 After-master-merge simple fixes.
BSD lib/setkey.h and lib/sysio.h #include fixes.
OpenBSD's flex needs -o param without space.
V6ONLY for SK_IP fix.
2016-05-24 12:12:14 +02:00
286e2011d2 Miscellaneous minor fixes 2016-05-12 16:04:47 +02:00
7152e5efbb Build system reworked to one global Makefile with includes and no nesting
Also removed the lib-dir merging with sysdep. Updated #include's
accordingly.

Fixed make doc on recent Debian together with moving generated doc into
objdir.

Moved Makefile.in into root dir

Retired all.o and birdlib.a
Linking the final binaries directly from all the .o files.
2016-05-10 14:07:34 +02:00
e75d3c74a8 Flex does not need the output of Bison. 2009-08-10 14:36:30 +02:00
ea9097eaad Fixes parallel runs of Bison.
Previous version of Makefile executed Bison two times (in parallel),
because of two specified targets. I am not sure wheter this is the best
fix.

Previon
2009-08-10 14:13:28 +02:00
5b1f877e6e Fixes typo in Makefile 2009-08-10 12:04:25 +02:00
0ac39033c7 Missing dependency added. 2009-08-09 19:43:15 +02:00
a456788bce New version of flex needs argument separated. 2007-06-20 12:32:39 +00:00
abf2be7d0c Add internal commands of the client to the command list. 2000-03-12 23:04:04 +00:00
f50b9e48b9 Generate a list of all commands and their help texts for the client to use. 2000-01-19 14:37:56 +00:00
31b3e1bbf5 Implemented new configuration/reconfiguration interface and defined protocol
state machines. Full explanation will follow soon.
1999-02-05 21:37:34 +00:00
b9d70dc84e Filters, second try. This time they have their own directory. 1999-01-15 16:49:17 +00:00
72380a3447 Filters added. They are unable to do anything interesting for now
(with exception of printing integers to screen), but they exist.
1999-01-15 14:41:51 +00:00
49e7e5ee0b New makefiles. Includes support for out-of-source-tree builds. 1999-01-10 00:18:32 +00:00
70591fa064 Compile and use the new configuration code by default. 1998-11-27 19:37:07 +00:00