summaryrefslogtreecommitdiff
path: root/BSDmakefile
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-09-06 06:57:18 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-09-06 06:57:18 +0000
commitb24f89548092a264bc4d34994cec71eaa9a49f66 (patch)
tree02f1cbaf04ccf24d80269a21f38a08a746fd12f3 /BSDmakefile
parentd8a49683ead518a14e8de9b9d0c9ef3479add9cd (diff)
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: https://origsvn.digium.com/svn/asterisk/trunk@285091 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'BSDmakefile')
-rw-r--r--BSDmakefile11
1 files changed, 11 insertions, 0 deletions
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)