Tue Feb 7 12:51:56 PM CET 2023
This commit is contained in:
parent
efcc11ba56
commit
c62860eb6f
1 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# windows.mk - this one is quite a bit different from the others,
|
# windows.mk - this one is quite a bit different from the others,
|
||||||
# but we can fix that later.
|
# but we can fix that later.
|
||||||
|
|
||||||
.PHONY : docker build do-build
|
.PHONY : docker build
|
||||||
|
|
||||||
version:=$(shell cat version)
|
version:=$(shell cat version)
|
||||||
release:=$(shell cat release)
|
release:=$(shell cat release)
|
||||||
|
|
@ -24,15 +24,15 @@ build :
|
||||||
pwd
|
pwd
|
||||||
rm -rf windows
|
rm -rf windows
|
||||||
git clone https://gitlab.com/librewolf-community/browser/windows.git
|
git clone https://gitlab.com/librewolf-community/browser/windows.git
|
||||||
${MAKE} -C windows/linux do-build
|
|
||||||
|
( cd windows/linux && \
|
||||||
|
pwd && \
|
||||||
|
${MAKE} fetch && \
|
||||||
|
${MAKE} all && \
|
||||||
|
cp -v $(outfiles) ../.. )
|
||||||
|
|
||||||
sha256sum $(outfile-exe) > $(outfile-exe).sha256sum
|
sha256sum $(outfile-exe) > $(outfile-exe).sha256sum
|
||||||
cat $(outfile-exe).sha256sum
|
cat $(outfile-exe).sha256sum
|
||||||
sha256sum $(outfile-zip) > $(outfile-zip).sha256sum
|
sha256sum $(outfile-zip) > $(outfile-zip).sha256sum
|
||||||
cat /$(outfile-zip).sha256sum
|
cat /$(outfile-zip).sha256sum
|
||||||
|
|
||||||
do-build :
|
|
||||||
|
|
||||||
pwd
|
|
||||||
${MAKE} -f Makefile fetch
|
|
||||||
${MAKE} -f Makefile all
|
|
||||||
cp -v $(outfiles) ../..
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue