[gnome-continuous] manifest: touch mozjs38 configure



commit a7bfd0620b1f68bbff5b3fc9590ccd51bb4c2fff
Author: Philip Chimento <philip endlessm com>
Date:   Wed Feb 15 15:04:55 2017 -0800

    manifest: touch mozjs38 configure
    
    Patching configure and configure.in somehow gets the timestamp wrong.

 manifest.json                  |    2 +-
 patches/mozjs38-buildapi.patch |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 9e1ae07..8ea6ccc 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1389,7 +1389,7 @@
 
     "initramfs-build-epoch": {"version": 0},
     
-       "build-epoch": {"version": 120,
+       "build-epoch": {"version": 121,
                        "all": false,
                        "component-names": [ "mozjs38" ]}
 }
diff --git a/patches/mozjs38-buildapi.patch b/patches/mozjs38-buildapi.patch
index 629f680..41e3879 100644
--- a/patches/mozjs38-buildapi.patch
+++ b/patches/mozjs38-buildapi.patch
@@ -5,8 +5,8 @@ Subject: [PATCH] build: Add toplevel trampoline configure/Makefile
 
 These just invoke the ones in js/src.
 ---
- configure |    12 ++++++++++++
- 1 file changed, 12 insertions(+), 0 deletions(-)
+ configure |    13 +++++++++++++
+ 1 file changed, 13 insertions(+), 0 deletions(-)
  create mode 100755 configure
 
 diff --git a/configure b/configure
@@ -14,7 +14,7 @@ new file mode 100755
 index 0000000..93ef339
 --- /dev/null
 +++ b/configure
-@@ -0,0 +1,12 @@
+@@ -0,0 +1,13 @@
 +#!/bin/sh -x
 +cat >Makefile <<ENDMAKEFILE
 +all:
@@ -26,6 +26,7 @@ index 0000000..93ef339
 +srcdir=$(readlink -f $(dirname $0))
 +mkdir -p js/src
 +cd js/src
++touch $srcdir/js/src/configure  # timestamp wrong, because patched
 +exec $srcdir/js/src/configure "$@"
 -- 
 1.7.1


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