From 3b7a42543f64ab08b8d529b16bdf952be67aa831 Mon Sep 17 00:00:00 2001 From: tilghman Date: Mon, 6 Sep 2010 06:57:18 +0000 Subject: Merged revisions 285090 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r285090 | tilghman | 2010-09-06 01:56:07 -0500 (Mon, 06 Sep 2010) | 16 lines Merged revisions 285089 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ................ r285089 | tilghman | 2010-09-06 01:55:17 -0500 (Mon, 06 Sep 2010) | 9 lines Merged revisions 285088 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r285088 | tilghman | 2010-09-06 01:54:18 -0500 (Mon, 06 Sep 2010) | 2 lines Silly convenience script for BSD platforms. ........ ................ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@285091 f38db490-d61c-443f-a65b-d21fe96a405b --- BSDmakefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 BSDmakefile (limited to 'BSDmakefile') diff --git a/BSDmakefile b/BSDmakefile new file mode 100644 index 000000000..de6fc9c4c --- /dev/null +++ b/BSDmakefile @@ -0,0 +1,11 @@ +# This is a convenience script for systems on which BSD make is the default, +# such that typing 'make' will do what people expect, instead of producing an +# error (due to incompatibilities between BSD make and GNU make). + +.include "makeopts" + +all:: + $(MAKE) + +$(.TARGETS):: + $(MAKE) $(.TARGETS) -- cgit v1.2.3