summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgirst <girst@users.noreply.github.com>2024-03-16 16:33:18 +0100
committergirst <girst@users.noreply.github.com>2024-03-16 16:33:18 +0100
commit312a791ae03bddd725dee063344801f959cfe44d (patch)
tree0f90b6c47968a16ce67ebbfc2fb9834728e29205 /Makefile
parent88413358677fd59dc360076e0a62c2c559f50e38 (diff)
downloadlegacywolf-312a791ae03bddd725dee063344801f959cfe44d.tar.gz
legacywolf-312a791ae03bddd725dee063344801f959cfe44d.zip
provide easy way to find modifications to BootstrapLoader
this also removes the reference to the long obsolete https://hg.mozilla.org/mozilla-central/rev/061b97e02ede.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2dd4df0..9824f6c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all clean install uninstall
+.PHONY: all clean install uninstall diff
files := config.js
files += defaults/pref/config-prefs.js
@@ -21,3 +21,8 @@ install: $(archive)
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 ||: