aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-0/+1
| | | | | | | | | | | | All of them are needed to be able to boot to single user and be able to repair a existing FreeBSD installation so put them directly into FreeBSD-runtime. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21503 Notes: svn path=/head/; revision=351855
* sed: compile with the default WARNS level.Pedro F. Giffuni2018-07-301-2/+0
| | | | Notes: svn path=/head/; revision=336929
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
| | | | | | | | | `SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912. Notes: svn path=/projects/make-check-sandbox/; revision=321914
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
| | | | | | | | | | | | | | directories to SUBDIR.${MK_TESTS} idiom This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox . No functional change intended. MFC after: 1 weeks Notes: svn path=/head/; revision=321912
* sed(1): Revert r303047 "cleanup" and therefore r303572.Pedro F. Giffuni2016-08-021-1/+1
| | | | | | | | | | | | | | | While big, the change was meant to have no effect on behavior and instead so far we have found two regressions: one in the etcupdate tests and another one in the games/openttd port[1]. Revert to a known working state. We will likely have to split the patch in functional parts before bringing back the changes. PR: 195929 Reported by: danfe, madpilot [1] Notes: svn path=/head/; revision=303662
* sed(1): Assorted cleanups and simplifications.Pedro F. Giffuni2016-07-191-1/+1
| | | | | | | | | | | Const-ify several variables, make it build cleanly with WARNS level 5. Submitted by: mi PR: 195929 MFC after: 1 month Notes: svn path=/head/; revision=303047
* Partial revert of r276832:Pedro F. Giffuni2015-01-081-0/+2
| | | | | | | | | Do not bump the warns level as it still breaks the gcc build on sparc64 Reported by: jenkins Notes: svn path=/head/; revision=276837
* sed: Address warnings with clang and gcc48.Pedro F. Giffuni2015-01-081-2/+0
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=276832
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| | | | | | | from the latter. Notes: svn path=/head/; revision=265420
* Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-161-0/+6
| | | | | | | | | | | | | | | | | | I'm starting with the easy cases. The leftovers need to be looked at a bit more closely. Note that this change _does_ modify the code of the old tests. This is required in order to allow the code to locate the data files in the source directory instead of the current directory, because Kyua automatically changes the latter to a temporary directory. Also note that at least one test is known to be broken here. Actually, the test is not really broken: it's marked as a TODO but unfortunately Kyua's TAP parser currently does not understand that. Will have to be fixed separately. Notes: svn path=/head/; revision=263227
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Kill superfluous blank line.Maxim Sobolev2002-06-171-1/+0
| | | | Notes: svn path=/head/; revision=98332
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
| | | | Notes: svn path=/head/; revision=90416
* WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.Mark Murray2001-12-121-1/+3
| | | | | | | Use __FBSDID(), kill register keyword. Notes: svn path=/head/; revision=87766
* Compile -WallArchie Cobbs1998-12-071-0/+1
| | | | Notes: svn path=/head/; revision=41572
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+6
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590