File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# # p7zip ##
2+ include $(SRCDIR ) /p7zip.version
23
34ifneq ($(USE_BINARYBUILDER_P7ZIP ) ,1)
45
56$(SRCCACHE ) /p7zip-$(P7ZIP_VER ) .tar.gz : | $(SRCCACHE )
6- $(JLDOWNLOAD ) $@ https://github.com/jinfeihan57 /p7zip/archive/refs/tags/v$(P7ZIP_VER ) .tar.gz
7+ $(JLDOWNLOAD ) $@ https://github.com/p7zip-project /p7zip/archive/refs/tags/v$(P7ZIP_VER ) .tar.gz
78
89$(BUILDDIR ) /p7zip-$(P7ZIP_VER ) /source-extracted : $(SRCCACHE ) /p7zip-$(P7ZIP_VER ) .tar.gz
910 $(JLCHECKSUM ) $<
@@ -28,12 +29,12 @@ $(eval $(call staged-install, \
2829 P7ZIP_INSTALL,,,))
2930
3031clean-p7zip :
31- -rm $(BUILDDIR ) /p7zip-$(P7ZIP_VER ) /build-configured $(BUILDDIR ) /p7zip-$(P7ZIP_VER ) /build-compiled
32- -rm $(build_bindir ) /7za
32+ -rm -f $(BUILDDIR ) /p7zip-$(P7ZIP_VER ) /build-configured $(BUILDDIR ) /p7zip-$(P7ZIP_VER ) /build-compiled
33+ -rm -f $(build_bindir ) /7za
3334 -$(MAKE ) -C $(BUILDDIR ) /p7zip-$(P7ZIP_VER ) clean
3435
3536distclean-p7zip :
36- - rm -rf $(SRCCACHE ) /p7zip-$(P7ZIP_VER ) .tar.gz $(SRCCACHE ) /p7zip-$(P7ZIP_VER ) $(BUILDDIR ) /p7zip-$(P7ZIP_VER )
37+ rm -rf $(SRCCACHE ) /p7zip-$(P7ZIP_VER ) .tar.gz $(SRCCACHE ) /p7zip-$(P7ZIP_VER ) $(BUILDDIR ) /p7zip-$(P7ZIP_VER )
3738
3839
3940get-p7zip : $(SRCCACHE ) /p7zip-$(P7ZIP_VER ) .tar.gz
You can’t perform that action at this time.
0 commit comments