freebsd-dev/usr.bin/find
Alex Richardson c3a6ea5ba6 Allow compiling usr.bin/find on Linux and Mac
When building FreeBSD the makefiles invoke find with various flags such as
`-s` that aren't supported in the native /usr/bin/find. To fix this I
build the FreeBSD version of find and use that when crossbuilding.

Inserting lots if #ifdefs in the code is rather ugly but I don't see a
better solution.

Reviewed By:	brooks (mentor)
Approved By:	jhb (mentor)
Differential Revision: https://reviews.freebsd.org/D13306
2018-02-06 15:41:26 +00:00
..
tests find: Speed up tests by using touch -d instead of sleep for timestamps 2018-01-04 22:59:24 +00:00
extern.h find(1): remove unused variable 2017-12-13 03:36:33 +00:00
find.1 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
find.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
find.h Allow compiling usr.bin/find on Linux and Mac 2018-02-06 15:41:26 +00:00
function.c Allow compiling usr.bin/find on Linux and Mac 2018-02-06 15:41:26 +00:00
getdate.y Fix world after byacc import: 2012-05-22 16:33:10 +00:00
ls.c Allow compiling usr.bin/find on Linux and Mac 2018-02-06 15:41:26 +00:00
main.c find(1): remove unused variable 2017-12-13 03:36:33 +00:00
Makefile Allow compiling usr.bin/find on Linux and Mac 2018-02-06 15:41:26 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
misc.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
operator.c Allow compiling usr.bin/find on Linux and Mac 2018-02-06 15:41:26 +00:00
option.c Allow compiling usr.bin/find on Linux and Mac 2018-02-06 15:41:26 +00:00