Fossil

Diff
Login

Diff

Differences From Artifact [4021fb1aeb]:

To Artifact [8396c043cf]:


762
763
764
765
766
767
768







769
770
771
  define EMCC_WRAPPER $::autosetup(dir)/../tools/emcc.sh
  make-template tools/emcc.sh.in
  catch {exec chmod u+x tools/emcc.sh}
} else {
  define EMCC_WRAPPER ""
  catch {exec rm -f tools/emcc.sh}
}








make-template Makefile.in
make-config-header autoconfig.h -auto {USE_* FOSSIL_*}







>
>
>
>
>
>
>



762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
  define EMCC_WRAPPER $::autosetup(dir)/../tools/emcc.sh
  make-template tools/emcc.sh.in
  catch {exec chmod u+x tools/emcc.sh}
} else {
  define EMCC_WRAPPER ""
  catch {exec rm -f tools/emcc.sh}
}

# Insert a prefix of the checkin ID into the Dockerfile so repeated
# builds of this version generate and fetch the tarball only once,
# keeping it in the local Docker cache.
set ci [readfile "$::autosetup(srcdir)/manifest.uuid"]
define FOSSIL_CI_PFX [string range $ci 0 12]
make-template Dockerfile.in

make-template Makefile.in
make-config-header autoconfig.h -auto {USE_* FOSSIL_*}