[jhbuild] js17-build-fixes: Update from my spidermonkey-tarballs-as-git



commit 3adbacbe380f6c2a2dcab4298070a41c3ab609e0
Author: Colin Walters <walters verbum org>
Date:   Tue Mar 26 18:28:32 2013 -0400

    js17-build-fixes: Update from my spidermonkey-tarballs-as-git
    
    This mainly fixes the "dnl: No such command" error.

 patches/js17-build-fixes.patch |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/patches/js17-build-fixes.patch b/patches/js17-build-fixes.patch
index 25f71fc..4ef5123 100644
--- a/patches/js17-build-fixes.patch
+++ b/patches/js17-build-fixes.patch
@@ -1,14 +1,13 @@
-From d09750e208fbb65d87aa46e7b90bb51acf8f0679 Mon Sep 17 00:00:00 2001
+From 0e27b45a3409e0a5c23e63af9e86048e1e7661da Mon Sep 17 00:00:00 2001
 From: Colin Walters <walters verbum org>
-Date: Sun, 10 Feb 2013 16:29:02 -0500
-Subject: [PATCH] Add toplevel configure/Makefile
+Date: Wed, 18 Jan 2012 22:25:47 -0500
+Subject: [PATCH] build: Add toplevel trampoline configure/Makefile
 
-So this module implements the Build API:
-http://people.gnome.org/~walters/docs/build-api.txt
+These just invoke the ones in js/src.
 ---
- Makefile  | 5 +++++
- configure | 5 +++++
- 2 files changed, 10 insertions(+)
+ Makefile  |    5 +++++
+ configure |    5 +++++
+ 2 files changed, 10 insertions(+), 0 deletions(-)
  create mode 100644 Makefile
  create mode 100755 configure
 
@@ -25,16 +24,15 @@ index 0000000..98de844
 +      cd js/src && $(MAKE) install DESTDIR=$(DESTDIR)
 diff --git a/configure b/configure
 new file mode 100755
-index 0000000..db588c3
+index 0000000..93ef339
 --- /dev/null
 +++ b/configure
 @@ -0,0 +1,5 @@
 +#!/bin/sh
-+dnl http://people.gnome.org/~walters/docs/build-api.txt
++# http://people.gnome.org/~walters/docs/build-api.txt
 +echo \#buildapi-variable-no-builddir >/dev/null
 +cd js/src
 +exec ./configure "$@"
 -- 
-1.8.1.2
-
+1.7.1
 


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