Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (44ea66963738db8d2ee8f3da88eefb84cc7699cf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (44ea66963738db8d2ee8f3da88eefb84cc7699cf)
  • Date: Sun, 31 May 2015 11:39:53 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/smallerc/BUILD | 2 +-
devel/smallerc/HISTORY | 3 +++
devel/smallerc/INSTALL | 2 +-
devel/smallerc/Makefile | 19 -------------------
4 files changed, 5 insertions(+), 21 deletions(-)

New commits:
commit 44ea66963738db8d2ee8f3da88eefb84cc7699cf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

smallerc: Upstream added Makefile

diff --git a/devel/smallerc/BUILD b/devel/smallerc/BUILD
index ea8869e..e80274f 100755
--- a/devel/smallerc/BUILD
+++ b/devel/smallerc/BUILD
@@ -1 +1 @@
-make -f "$SPELL_DIRECTORY/Makefile"
+make prefix="$INSTALL_ROOT/usr"
diff --git a/devel/smallerc/HISTORY b/devel/smallerc/HISTORY
index 7d227bd..ba41d2f 100644
--- a/devel/smallerc/HISTORY
+++ b/devel/smallerc/HISTORY
@@ -1,2 +1,5 @@
+2015-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, INSTALL: Upstream added Makefile
+
2015-05-18 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS, INSTALL, PREPARE, Makefile: spell created
diff --git a/devel/smallerc/INSTALL b/devel/smallerc/INSTALL
index c44a3c4..04bdeaa 100755
--- a/devel/smallerc/INSTALL
+++ b/devel/smallerc/INSTALL
@@ -1 +1 @@
-make -f "$SPELL_DIRECTORY/Makefile" prefix="$INSTALL_ROOT/usr" install
+make prefix="$INSTALL_ROOT/usr" install
diff --git a/devel/smallerc/Makefile b/devel/smallerc/Makefile
deleted file mode 100644
index 51992a7..0000000
--- a/devel/smallerc/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-prefix = /usr
-bindir = $(prefix)/bin
-
-VPATH = $(CURDIR)/v0100
-
-CC = gcc
-override CFLAGS += -DHOST_LINUX
-
-targets = smlrc smlrl smlrcc
-
-all: $(targets)
-
-install: all
- install -m755 -t $(bindir) $(targets)
-
-%: %.c
- $(CC) $(CFLAGS) -o $@ $<
-
-.PHONY: all install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (44ea66963738db8d2ee8f3da88eefb84cc7699cf), Ismael Luceno, 05/31/2015

Archive powered by MHonArc 2.6.24.

Top of Page