Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use V variable prepended in cppo. #63

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Do not use V variable prepended in cppo. #63

merged 1 commit into from
Nov 23, 2023

Conversation

LocutusOfBorg
Copy link
Contributor

In some builders, such as Ubuntu ones, the V variable is exported with "1" value (such as enable verbose builds for many build systems)

This results in:
dh_auto_build
make -j4 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<>'
1cppo -V COQ:8.15.2 -V OCAML:4.13.1 -n -o _CoqProject _CoqProject.cppo make[1]: 1cppo: No such file or directory

Fixes issue: #57

In some builders, such as Ubuntu ones, the V variable is exported with "1" value (such as
enable verbose builds for many build systems)

This results in:
   dh_auto_build
	make -j4 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
1cppo -V COQ:8.15.2 -V OCAML:4.13.1 -n -o _CoqProject _CoqProject.cppo
make[1]: 1cppo: No such file or directory

Fixes issue: #57
@liyishuai liyishuai enabled auto-merge (rebase) November 23, 2023 14:40
@Lysxia Lysxia disabled auto-merge November 23, 2023 15:45
@Lysxia Lysxia merged commit 7b1e6de into Lysxia:master Nov 23, 2023
@LocutusOfBorg LocutusOfBorg deleted the no-verbose branch November 24, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants