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

make clean is broken. #3

Closed
dapperfu opened this issue Dec 3, 2010 · 4 comments
Closed

make clean is broken. #3

dapperfu opened this issue Dec 3, 2010 · 4 comments
Assignees
Labels

Comments

@dapperfu
Copy link

dapperfu commented Dec 3, 2010

It is currently:
rm -rf "build.*"

It needs to be
rm -rf "build."*

Otherwise bash won't expand it and delete the build folder.

@sraue
Copy link
Contributor

sraue commented Dec 5, 2010

thanks for this.

"make clean" to the buildsystem needs a complete rework to handle $PROJECT and $ARCH variables too.

@ghost
Copy link

ghost commented Aug 14, 2011

Still, I think that this needs to be fixed anyways. Since now, make clean doesn't remove any old build directories.

Just my two cents.

@queeup
Copy link

queeup commented Nov 14, 2011

Also I love to have clean specific build clean like "make clean busybox". Its not handy clean and erase everything in build./ and build*/.stamp

Don't know how but example "make clan busybox" erase "rm -rf $(BUILD_DIRS)/busybox $(BUILD_DIRS)/.stamps/busybox"

UPDATE: Sorry I just find out. there is that support accualy.
$ ./script/clean busybox

This was referenced Jan 31, 2012
@leo06 leo06 mentioned this issue Jan 24, 2013
@ghost ghost assigned sraue May 7, 2013
@stefansaraev
Copy link
Contributor

3yr old. I'd close this now
people who have a basic understanding of the buildsistem know how to handle

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

No branches or pull requests

4 participants