summaryrefslogtreecommitdiffstats
path: root/rules/tcpwrapper.make
Commit message (Collapse)AuthorAgeFilesLines
* tcpwrapper: built with -fPICMichael Olbrich2017-01-151-0/+1
| | | | | | So it can be used for share libraries, e.g. for syslog-ng. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* tcpwrapper: add license informationJuergen Borleis2015-02-061-0/+3
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* tcpwrapper: remove redundant get stageBjørn Bürger2012-06-141-8/+0
| | | | Signed-off-by: Bjørn Bürger <bbu@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tcpwrapper] add configurations for tcpdCarsten Schlote2010-02-211-1/+6
| | | | | | | | | - Added alternative configurations for tcpd and default generic files for ptxdist Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: removed "default y" from tcpd] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [tcpwrapper] cleanup makefileMichael Olbrich2010-01-101-57/+17
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* * install tcpd.h for syslog-ngMichael Olbrich2008-06-041-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8328 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * help texts t..w rounded off, some fixesJochen Frieling2007-10-191-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7542 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
* * nuke CROSS_LIB_DIR in favour of SYSROOTRobert Schwebel2006-03-191-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5190 33e552b5-05e3-0310-8538-816dae2090ed
* reverted := vs. = patchRobert Schwebel2006-03-011-5/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4936 33e552b5-05e3-0310-8538-816dae2090ed
* = -> := replacementSascha Hauer2006-03-011-5/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4890 33e552b5-05e3-0310-8538-816dae2090ed
* new calling convention for install_* macros. see commit 4759 to Rules.makeSascha Hauer2006-02-241-10/+10
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4760 33e552b5-05e3-0310-8538-816dae2090ed
* documentation update and dependency fixesBjoern Buerger2006-01-171-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4229 33e552b5-05e3-0310-8538-816dae2090ed
* fixup dependenciesRobert Schwebel2006-01-121-5/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3876 33e552b5-05e3-0310-8538-816dae2090ed
* avoid error message that non-generated make files are not being foundRobert Schwebel2006-01-101-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3766 33e552b5-05e3-0310-8538-816dae2090ed
* added generic call package_depfile rule for autogeneration of default ↵Bjoern Buerger2006-01-091-0/+2
| | | | | | dependencies - this should not break anything, since it just adds some more variables git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3743 33e552b5-05e3-0310-8538-816dae2090ed
* hide $(call touch) output with @; replace manual install by $(call install...Robert Schwebel2005-12-111-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3502 33e552b5-05e3-0310-8538-816dae2090ed
* add packages to PACKAGES-yRobert Schwebel2005-11-131-3/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3340 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/tcpwrapper.makeMarc Kleine-Budde2005-10-181-11/+2
| | | | | | | cleanup, tcpwrapper uses now the patchin macro git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3238 33e552b5-05e3-0310-8538-816dae2090ed
* merge: backports from 0.9Robert Schwebel2005-09-281-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3172 33e552b5-05e3-0310-8538-816dae2090ed
* remove dependencies for nowRobert Schwebel2005-05-211-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2635 33e552b5-05e3-0310-8538-816dae2090ed
* ipkgizedRobert Schwebel2005-04-271-6/+19
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2535 33e552b5-05e3-0310-8538-816dae2090ed
* Added crosstool support; moved project specific stuff into project/ directory(no author)2004-09-011-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.5.2-trunk@1681 33e552b5-05e3-0310-8538-816dae2090ed
* * beautificationMarc Kleine-Budde2003-10-261-1/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@670 33e552b5-05e3-0310-8538-816dae2090ed
* * merge with testing-branchMarc Kleine-Budde2003-10-231-13/+13
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@608 33e552b5-05e3-0310-8538-816dae2090ed
* * reworked bothMarc Kleine-Budde2003-09-171-1/+3
| | | | | | | added PATH to environment git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@367 33e552b5-05e3-0310-8538-816dae2090ed
* * fixed PATH stuff againMarc Kleine-Budde2003-09-171-3/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@365 33e552b5-05e3-0310-8538-816dae2090ed
* * added CROSS_PATH to environmentMarc Kleine-Budde2003-09-171-9/+8
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@364 33e552b5-05e3-0310-8538-816dae2090ed
* Fixed "compile" target to use correct variables. [RSC]Robert Schwebel2003-09-171-4/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@350 33e552b5-05e3-0310-8538-816dae2090ed
* big fat update!Marc Kleine-Budde2003-07-161-8/+12
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@71 33e552b5-05e3-0310-8538-816dae2090ed
* pdksh/portmap/tcpwrapper/gdb: missing path added.Benedikt Spranger2003-06-301-2/+2
| | | | | | | kernel-2.4.19: new innokom kernel-config git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@53 33e552b5-05e3-0310-8538-816dae2090ed
* new feature: dep-tree visualizationBenedikt Spranger2003-06-161-36/+8
| | | | | | | | fix build error: wrong compiler for u-boot-mkimage fix build error: wrong patchlevel in glibc-Makefile git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@31 33e552b5-05e3-0310-8538-816dae2090ed
* Initial revisionJochen Striepe2003-04-241-0/+142
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@2 33e552b5-05e3-0310-8538-816dae2090ed