Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Build does not work in build folder #1002

Closed
dchassin opened this issue Sep 19, 2021 · 1 comment
Closed

Build does not work in build folder #1002

dchassin opened this issue Sep 19, 2021 · 1 comment
Assignees
Labels
bug Request a fix or change to the code

Comments

@dchassin
Copy link
Member

dchassin commented Sep 19, 2021

Problem description

Build process only work in top source folder. It does not work in build folder, for example. It should work from any folder. For the truly OCD developer this is irritating because building in the top folder can create litter in the source tree that we don't like.

Steps to reproduce

% autoreconf -isf
% mkdir build
% cd build
% ../configure
% make system

Expected behavior

The usage shown should result in an install just like doing so in the top source folder does. However, all the build files should be in the build folder and the top source folder should not have any intermediate files created (other than the standard autoconf files).

@dchassin dchassin added the bug Request a fix or change to the code label Sep 19, 2021
@dchassin dchassin self-assigned this Sep 19, 2021
@dchassin dchassin mentioned this issue Sep 19, 2021
2 tasks
@dchassin
Copy link
Member Author

Fix is not complete because ../configure cannot find custom.mk.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Request a fix or change to the code
Projects
None yet
Development

No branches or pull requests

1 participant