]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 285088 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 6 Sep 2010 06:55:17 +0000 (06:55 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 6 Sep 2010 06:55:17 +0000 (06:55 +0000)
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/branches/1.6.2@285089 65c4cc65-6c06-0410-ace0-fbb531ad65f3

BSDmakefile [new file with mode: 0644]
makeopts.in

diff --git a/BSDmakefile b/BSDmakefile
new file mode 100644 (file)
index 0000000..de6fc9c
--- /dev/null
@@ -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)
index 7268f752cc60293a0d211db446884b88a54aacd3..5df805ef12645efb83415cba2df7941b4df99bc7 100644 (file)
@@ -12,6 +12,7 @@ AWK=@AWK@
 BISON=@BISON@
 FLEX=@FLEX@
 GREP=@GREP@
+MAKE=@GNU_MAKE@
 AR=@AR@
 RANLIB=@RANLIB@
 FIND=@FIND@