about summary refs log tree commit diff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add mspawn functions to cspawn.h; move everything to libenvexecLaurent Bercot2024-04-301-3/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.14.1.0; add socket_sendnb46_g and socket_recvnb46_gLaurent Bercot2023-12-111-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* make distclean shouldn't error out when no config.makLaurent Bercot2023-11-061-5/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add UINT??_BSWAP as constexp macro; rip off typedef uint?? bandaidLaurent Bercot2023-10-121-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Change datadir to sysconfdir, aligning with autoconfLaurent Bercot2023-09-221-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* test for ./configure compatibly with make 3.81Laurent Bercot2023-09-121-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add devino, refactor openwrite(v)ncloseLaurent Bercot2023-06-091-4/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* No need for noexecstack, but the strip is too greedyLaurent Bercot2021-04-091-2/+2
|
* Put correct /library.so back into MakefileLaurent Bercot2020-01-271-0/+3
|
* Fix shared libs installation; prepare for 2.9.2.0Laurent Bercot2020-01-271-6/+2
|
* sysdeps redesign: first part: minimize clr testsLaurent Bercot2019-09-201-2/+2
| | | | | | | | Remaining clr: emptyregex: can be safely guessed to no nullispointer: can't be safely guessed, but do we need the test? devurandom: can't be safely guessed malloc0: can more or less be safely guessed to no
* Add more reproducibility to the buildLaurent Bercot2019-08-191-1/+1
|
* Fix uint16.h and uint32.h dependenciesLaurent Bercot2019-07-231-2/+2
|
* Simplify cross-build support some moreLaurent Bercot2019-07-191-4/+3
|
* bits-fmtscan refactor, part oneLaurent Bercot2019-07-111-3/+3
|
* Add skalibs/posixishard.hLaurent Bercot2019-02-191-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | This will break things. It's a known issue. Patches to other packages will come later, to adapt them to the new API. To work around brokenness, there needs to be *two* different headers: 1. one to be used before including system headers, that maximizes visibility by enabling system-dependent feature test macros (that will be tested by system headers) 2. one to be used after including system headers, that performs preprocessor tests and defines. skalibs/nonposix.h is the first one. Previously, there was no second one, and the tests were scattered all over. There was a strnlen declaration in skalibs/posixplz.h (which serves a totally different function: declaring things that should be in POSIX, but *are not*, i.e. working around problems in the standard, instead of problems in systems failing to respect the standard), a build-time sysdep for error.h, #defines for MSG_NOSIGNAL, etc. etc. skalibs/posixishard.h now is the second one, and centralizes all the tests. As a result, the eproto sysdep is unnecessary and has been removed. skalibs/error.h is now a static header, it is not built anymore.
* Make all-pic a user optionLaurent Bercot2017-10-301-2/+3
|
* Add pie test, don't double build on pieLaurent Bercot2017-10-291-1/+5
|
* Better *FLAGS management; prepare for 2.6.0.1Laurent Bercot2017-10-051-4/+4
|
* Change setgroups() management, in particular add skalibs_setgroups()Laurent Bercot2017-07-161-11/+1
|
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-131-1/+1
|
* More types changesLaurent Bercot2017-02-171-1/+1
| | | | | | | | | New disize Add size_t to the autotypes list Delete redundant and replace-libc files dev_t/ino_t pass Big size_t pass More things missing, still not operational yet
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-251-76/+11
| | | | | | | Rework src/headers entirely: build skalibs/types.h Convert skalibs/fmtscan.h types. Propagate changes until it builds. There are a lot of incompatible pointer issues remaining, those will be fixed with the buffer overhaul.
* Real fix for the shared lib dep: correctly DT_NEEDED timer_libLaurent Bercot2016-10-241-1/+1
|
* Finally make spawn.lib work everywhereLaurent Bercot2016-08-121-1/+1
|
* Really fix update and global-links dependencies this time...Laurent Bercot2016-03-141-1/+1
|
* Fix update/global-links dependenciesLaurent Bercot2016-03-141-1/+3
|
* Fix dependencies to BUILT_INCLUDES (thanks Yannick DuchĂȘne)Laurent Bercot2016-01-051-1/+1
|
* - fix make strip v2.3.8.3Laurent Bercot2015-11-141-0/+4
| | | | - rc for 2.3.8.3
* - revert make tgz change (needs to be ok without a config.mak) v2.3.8.2Laurent Bercot2015-11-041-4/+5
|
* - link .so to correct sonameLaurent Bercot2015-11-041-21/+20
| | | | | | - fully strip shared libs - Makefile syntactic consistency - version: 2.3.8.2
* Add -Bsymbolic v2.3.6.1Laurent Bercot2015-08-121-1/+0
|
* Link dynamic library against its -l dependencies, fix sonameLaurent Bercot2015-08-121-3/+3
|
* Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-121-12/+12
|
* Add make version guardLaurent Bercot2015-08-031-0/+5
|
* Declare static/shared libs in configure, it's specific anywayLaurent Bercot2014-12-151-3/+0
|
* Include deps.mak after config.mak, just in caseLaurent Bercot2014-12-111-1/+1
|
* Fix make global-links with nonempty sprootLaurent Bercot2014-12-111-1/+1
|
* add git support to make tgzLaurent Bercot2014-09-181-2/+2
|
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+236