mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
fixes
This commit is contained in:
parent
47060e112a
commit
f108db5ece
4 changed files with 2 additions and 3 deletions
1
Makefile
1
Makefile
|
@ -19,6 +19,7 @@ help : README.md
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo " all - Make LibreWolf source archive ${version}-${release}."
|
@echo " all - Make LibreWolf source archive ${version}-${release}."
|
||||||
@echo " check - Check if there is a new version of Firefox."
|
@echo " check - Check if there is a new version of Firefox."
|
||||||
|
@echo " update - Update the Settings submodule."
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo " clean - Clean everything except the upstream firefox tarball."
|
@echo " clean - Clean everything except the upstream firefox tarball."
|
||||||
@echo " veryclean - Clean everything and the firefox tarball."
|
@echo " veryclean - Clean everything and the firefox tarball."
|
||||||
|
|
|
@ -121,7 +121,6 @@ make librewolf
|
||||||
```
|
```
|
||||||
This extracts the source, and then tries to `./mach build && ./mach package`.
|
This extracts the source, and then tries to `./mach build && ./mach package`.
|
||||||
|
|
||||||
|
|
||||||
## FAQ: Common issues when setting up the Mozilla build environment
|
## FAQ: Common issues when setting up the Mozilla build environment
|
||||||
|
|
||||||
1. it doesnt find a suitable python.
|
1. it doesnt find a suitable python.
|
||||||
|
|
|
@ -121,7 +121,6 @@ make librewolf
|
||||||
```
|
```
|
||||||
This extracts the source, and then tries to `./mach build && ./mach package`.
|
This extracts the source, and then tries to `./mach build && ./mach package`.
|
||||||
|
|
||||||
|
|
||||||
## FAQ: Common issues when setting up the Mozilla build environment
|
## FAQ: Common issues when setting up the Mozilla build environment
|
||||||
|
|
||||||
1. it doesnt find a suitable python.
|
1. it doesnt find a suitable python.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c256656f377d3c15a8c7537c65f45dc802904df7
|
Subproject commit 886b0f9652945de1849b06295fe2ba48cc2bda27
|
Loading…
Reference in a new issue