From 96aaee6c1cc38922348c4462a7ef0ef90c5a3501 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 4 Jan 2014 12:59:47 +0100 Subject: gnustep-libs/gnustep-make: add script for invoking gnustep-make --- gnustep-libs/gnustep-make/HISTORY | 1 + gnustep-libs/gnustep-make/INSTALL | 2 ++ gnustep-libs/gnustep-make/gs_make | 3 +++ 3 files changed, 6 insertions(+) create mode 100755 gnustep-libs/gnustep-make/INSTALL create mode 100644 gnustep-libs/gnustep-make/gs_make diff --git a/gnustep-libs/gnustep-make/HISTORY b/gnustep-libs/gnustep-make/HISTORY index ee8db7dd98..7942b6e7f7 100644 --- a/gnustep-libs/gnustep-make/HISTORY +++ b/gnustep-libs/gnustep-make/HISTORY @@ -1,5 +1,6 @@ 2014-01-04 Florian Franzmann * DETAILS: version 2.6.6 + * INSTALL, gs_make: add script for invoking gnustep make 2013-04-26 Florian Franzmann * DETAILS: version 2.6.4 diff --git a/gnustep-libs/gnustep-make/INSTALL b/gnustep-libs/gnustep-make/INSTALL new file mode 100755 index 0000000000..2409a9de2f --- /dev/null +++ b/gnustep-libs/gnustep-make/INSTALL @@ -0,0 +1,2 @@ +default_install && +install -m 755 $SPELL_DIRECTORY/gs_make ${INSTALL_ROOT}/usr/bin/ diff --git a/gnustep-libs/gnustep-make/gs_make b/gnustep-libs/gnustep-make/gs_make new file mode 100644 index 0000000000..59b2edc00b --- /dev/null +++ b/gnustep-libs/gnustep-make/gs_make @@ -0,0 +1,3 @@ +#!/bin/bash + +GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles make "$@" -- cgit v1.2.3