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

export to Makefile #130

Open
UnixJunkie opened this issue May 4, 2015 · 5 comments
Open

export to Makefile #130

UnixJunkie opened this issue May 4, 2015 · 5 comments
Assignees

Comments

@UnixJunkie
Copy link

I thought it was in the wish list already, I opened this as I cannot find it back.
Exporting the build commands to a Makefile might allow users to release their software
without requiring end users to install obuild.
Maybe a command like 'obuild build --makefile' could dump a valid makefile to stdout.

@UnixJunkie
Copy link
Author

@c-cube also thought about dumping to a .sh directly (that would not allow to paralellize
the build but at least a workaround for people who don't have obuild installed).

@UnixJunkie
Copy link
Author

dumping commands to a .sh file is strongly related to the -n option I think.
-n is in fact dumping to a .sh which is /dev/stdout

@UnixJunkie
Copy link
Author

related to #143

@UnixJunkie
Copy link
Author

There may be students starting from September that will work on this.

@UnixJunkie
Copy link
Author

The first step is to be able to export to a bash script:
#145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant