diff options
author | girst <girst@users.noreply.github.com> | 2025-08-05 20:24:31 +0200 |
---|---|---|
committer | girst <girst@users.noreply.github.com> | 2025-08-05 20:25:42 +0200 |
commit | fd3ca18334ca895abef89c0386cbe4328dd88b8b (patch) | |
tree | 75af6276a0627b53b84f0248a928eec8492a8037 /Makefile | |
parent | 312a791ae03bddd725dee063344801f959cfe44d (diff) | |
download | legacywolf-fd3ca18334ca895abef89c0386cbe4328dd88b8b.tar.gz legacywolf-fd3ca18334ca895abef89c0386cbe4328dd88b8b.zip |
fix 'make diff'
hg.mozilla.org now redirects to hg-edge.mozilla.org.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,6 +23,6 @@ uninstall: cd "$(DESTDIR)" && rm -rf -- $(files) diff: - @curl -s https://hg.mozilla.org/comm-central/raw-file/8a37a90aab4ec643fce1e1ab33984613ce0b492d/common/src/BootstrapLoader.jsm | diff --color -u - legacy/BootstrapLoader.sys.mjs ||: - @curl -s https://hg.mozilla.org/comm-central/raw-file/8a37a90aab4ec643fce1e1ab33984613ce0b492d/common/src/RDFDataSource.jsm | diff --color -u - legacy/RDFDataSource.sys.mjs ||: - @curl -s https://hg.mozilla.org/comm-central/raw-file/8a37a90aab4ec643fce1e1ab33984613ce0b492d/common/src/RDFManifestConverter.jsm | diff --color -u - legacy/RDFManifestConverter.sys.mjs ||: + @curl -sL https://hg.mozilla.org/comm-central/raw-file/8a37a90aab4ec643fce1e1ab33984613ce0b492d/common/src/BootstrapLoader.jsm | diff --color -u - legacy/BootstrapLoader.sys.mjs ||: + @curl -sL https://hg.mozilla.org/comm-central/raw-file/8a37a90aab4ec643fce1e1ab33984613ce0b492d/common/src/RDFDataSource.jsm | diff --color -u - legacy/RDFDataSource.sys.mjs ||: + @curl -sL https://hg.mozilla.org/comm-central/raw-file/8a37a90aab4ec643fce1e1ab33984613ce0b492d/common/src/RDFManifestConverter.jsm | diff --color -u - legacy/RDFManifestConverter.sys.mjs ||: |