gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1217: clean up sather but fails to bu


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1217: clean up sather but fails to build
Date: Tue, 20 Nov 2012 19:53:13 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1217
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2012-11-20 19:53:13 +0100
message:
  clean up sather but fails to build
added:
  gnu/sather/config.mk
modified:
  TODO
  gnu/sather/Makefile
=== modified file 'TODO'
--- a/TODO      2012-11-20 15:39:20 +0000
+++ b/TODO      2012-11-20 18:53:13 +0000
@@ -137,4 +137,5 @@
 ** oleo: hangs during configure
 ** orgadoc: Eiffel hell
 ** rottlog: permissions hell
+** sather: super-unfriendly Make system
 

=== modified file 'gnu/sather/Makefile'
--- a/gnu/sather/Makefile       2010-06-11 09:29:17 +0000
+++ b/gnu/sather/Makefile       2012-11-20 18:53:13 +0000
@@ -1,16 +1,27 @@
 GARNAME = sather
 GARVERSION = 1.2.3
+HOME_URL = http://www.gnu.org/software/sather/
+DESCRIPTION = An object-oriented programming language
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = sather/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/sather/
-DESCRIPTION = Sather
-
-include ../../gar.lib/auto.mk
+BUILD_SCRIPTS = $(WORKSRC)/Makefile
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../gar.mk
+include config.mk
+
+BUILD_ARGS += SATHER_HOME=$(prefix)/lib/sather
+
+build-%/Makefile:
+       $(BUILD_ENV) $(MAKE) -C $* full $(BUILD_ARGS)
+       $(MAKECOOKIE)
+

=== added file 'gnu/sather/config.mk'
--- a/gnu/sather/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/sather/config.mk      2012-11-20 18:53:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for sather ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?= DEFAULT_PLATFORM=linux


reply via email to

[Prev in Thread] Current Thread [Next in Thread]