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

build.sh --clean doesn't work #120

Closed
GrantEdwards opened this issue Feb 6, 2017 · 2 comments
Closed

build.sh --clean doesn't work #120

GrantEdwards opened this issue Feb 6, 2017 · 2 comments
Assignees

Comments

@GrantEdwards
Copy link

The build.sh --clean option appears to be ignored. There doesn't seem to be any way to rebuild
sources.

@damonbarry
Copy link
Member

Yeah, --clean was part of the original build script, but didn't see much use and eventually went stale. The right thing to do is to remove it, since the build script deletes the cmake build/ folder every time (i.e., every build is a clean build).

If you've already built and you want to rebuild the gateway bits without calling the build script, the way to do it in Linux is (from the repo root folder):

cd build/
make clean
make

If you're talking about rebuilding everything including dependencies, there's a flag in the latest build script for that: --rebuild-deps.

@damonbarry
Copy link
Member

Fix is in the 2017-03-06 release.

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

No branches or pull requests

2 participants