Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG/BUILD: don't automatically run "make" on "make install"
Kay Fuchs reported that the recent changes to automatically rebuild files on config option changes caused "make install" to rebuild the whole code with the wrong options. That's caused by the fact that the "install-bin" target depends on the "haproxy" target, which detects the lack of options and causes a rebuild with different ones. This patch makes a simple change, it removes this automatic dependency which was already wrong since it could cause some files to be built with different options prior to these changes, and instead emits an error message indicating that "make" should be run prior to "make install". The patches were backported into 1.6 so this fix must go there as well.
- Loading branch information