mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
Do `chmod -R a+r *' before building the tar files,
Estimated hours taken: 0.1 Mmakefile: Do `chmod -R a+r *' before building the tar files, to ensure that all the files in them are readable by everyone.
This commit is contained in:
@@ -224,6 +224,7 @@ tar: README INSTALL
|
||||
-rm -f config.status config.cache config.log configure.log
|
||||
-rm -f runtime/mercury_conf.h boehm_gc/mercury_boehm_gc_conf.h
|
||||
-rm -f Mmake.common
|
||||
chmod -R a+r *
|
||||
# Package up the mercury directory with some subdirectories
|
||||
# excluded, into a gzipped tar archive that will unpack into
|
||||
# mercury-compiler-$(VERSION).
|
||||
|
||||
Reference in New Issue
Block a user