Forum archive
TKLDev - make clean not working properly but there's an easy fix
I'm converting one of my patches to utilzie the new tkldev appliance and have run into an issue with "make clean"
When I run 'make clean', I get an error that root.tmp is dirty
root@tkldev products/jenkins# make cleanerror: root.tmp is dirty with manual changes. To continue: deck -D build/root.tmpmake: *** [clean] Error 1
Running "deck -D build/root.tmp" seems to succeed and then make clean works properly
I might take a look at fixing the makefile to perform this automatically and submit a pull request [after all, it's available to us all now :) ], but am concentrating on porting my patch(es) right now.
I pushed the bugfix to the github repo, and updated the archive with new deck packages for both i386 and amd64.