summaryrefslogtreecommitdiffstats
path: root/usr.bin/truncate/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r267265: truncate: Detect integer overflow, fix relative sizes, add tests.jilles2014-12-071-0/+6
| | | | | | | | | | | | | The change to expand_number (r204654) broke detection of too large sizes and relative sizes ('+'/'-'). Also add some tests. The usr.bin/truncate/Makefile is slightly different in the MFC because src.opts.mk does not exist in stable/10. PR: 190735 Submitted by: Kirk Russell
* Use expand_number(3) from libutil instead of home-grown function to parsesobomax2010-03-031-0/+2
| | | | | | | human-friendly power-of-two numbers (i.e. 2k, 5M etc). Suggested by: many MFC after: 1 week
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.markm2001-12-121-1/+0
|
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-0/+1
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* Import the new truncate(1) utility.sheldonh2000-07-181-0/+5
Approved by: jdp
OpenPOWER on IntegriCloud