summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/texinfo/install-info/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU texinfo from base along with all info pages.bapt2015-01-021-10/+0
| | | | | | | | | To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo Differential Revision: https://reviews.freebsd.org/D1409 Reviewed by: emaste, imp (previous version) Relnotes: yes
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-191-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | 1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other build-only utility libraries. 2. Another 40% is fixed by generating _pic.a variants of various libraries. 3. Some of the NO_PIE use is a bit absurd as it is disabling PIE (and ASLR) where it never would work anyhow, such as csu or loader. This suggests there may be better ways of adding support to the tree. Many of these cases can be fixed such that -fPIE will work but there is really no reason to have it in those cases. 4. Some of the uses are working around hacks done to some Makefiles that are really building libraries but have been using bsd.prog.mk because the code is cleaner. Had they been using bsd.lib.mk then NO_PIE would not have been needed. We likely do want to enable PIE by default (opt-out) for non-tree consumers (such as ports). For in-tree though we probably want to only enable PIE (opt-in) for common attack targets such as remote service daemons and setuid utilities. This is also a great performance compromise since ASLR is expected to reduce performance. As such it does not make sense to enable it in all utilities such as ls(1) that have little benefit to having it enabled. Reported by: kib
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-081-0/+2
| | | | | | | | | | | | | | | | This is currently an opt-in build flag. Once ASLR support is ready and stable it should changed to opt-out and be enabled by default along with ASLR. Each application Makefile uses opt-out to ensure that ASLR will be enabled by default in new directories when the system is compiled with PIE/ASLR. [2] Mark known build failures as NO_PIE for now. The only known runtime failure was rtld. [1] http://www.bsdcan.org/2014/schedule/events/452.en.html Submitted by: Shawn Webb <lattera@gmail.com> Discussed between: des@ and Shawn Webb [2]
* Back out addition of a plus sign.ru2002-06-051-2/+2
| | | | DPADD and LDADD belong to individual makefiles.
* :%s:\([A-Z][A-Z]ADD\)=:\1+=:ggreen2000-01-171-2/+2
| | | | Add the forgotten plus, which should unbreak the world build.
* Upgrade to GNU texinfo 4.0ru2000-01-171-6/+3
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Update this area for Texinfo-3.12.markm1999-01-141-8/+5
| | | | Submitted by: lkoeller@cc.fh-lippe.de
* Real skeleton manpage for install-infoobrien1997-08-291-2/+1
| | | | | (someone that actually knows what it really does (I don't use info) really should try to put some meat in this)
* Fixed bugs involving paths:bde1997-04-071-18/+8
| | | | | | | | | | | - LDADD was wrong for non-uniform obj trees. - DPADD was wrong for separate obj tres. Cleaned up nearby messes, mostly ones invoving paths: - -I../libtxi was useless. - there were too many redefinitions and too many different names for the same paths. - use INTERNALLIB* to simplify libtxi/Makefile.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Back out previous fix. It was bogus.jkh1997-01-131-10/+4
|
* Install a dir file if one doesn't exist. This seems the most likelyjkh1997-01-131-3/+10
| | | | place to do it, I guess, and it's the utility which falls over without one.
* Clearing out the old stuff, its all in contrib now.jmacd1997-01-111-0/+26
OpenPOWER on IntegriCloud