summaryrefslogtreecommitdiffstats
path: root/rules/libpipeline.make
Commit message (Collapse)AuthorAgeFilesLines
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libpipeline: version bump 1.2.0 -> 1.2.2Michael Olbrich2012-10-181-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Remove problematic / globally handled 'configure' switchesJuergen Beisert2012-01-041-4/+0
| | | | | | | | | '--enable-option-checking' is handled globally by PTXdist '--enable-silent-rules' isn't useful for error reports '--enable-dependency-tracking' seems always be the default '--enable-fast-install' will be automatically used by 'configure' if possible Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* Add 'libpipeline'Juergen Beisert2012-01-041-0/+72
From its README: libpipeline is a C library for setting up and running pipelines of processes, without needing to involve shell command-line parsing which is often error-prone and insecure. This alleviates programmers of the need to laboriously construct pipelines using lower-level primitives such as fork and execve. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>