gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1159: clean up make


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1159: clean up make
Date: Tue, 13 Nov 2012 23:16:43 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1159
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Tue 2012-11-13 23:16:43 +0100
message:
  clean up make
added:
  gnu/make/config.mk
modified:
  gnu/make/Makefile
=== modified file 'gnu/make/Makefile'
--- a/gnu/make/Makefile 2012-08-25 22:15:17 +0000
+++ b/gnu/make/Makefile 2012-11-13 22:16:43 +0000
@@ -1,16 +1,19 @@
 GARNAME = make
 GARVERSION = 3.82
+HOME_URL = http://www.gnu.org/software/make/
+DESCRIPTION = Control the build process of a program
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = make/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/make/
-DESCRIPTION = make
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/make/config.mk'
--- a/gnu/make/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/make/config.mk        2012-11-13 22:16:43 +0000
@@ -0,0 +1,4 @@
+## Configuration options for make ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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