Forum: GNU Radio Uninstalling custom made modules

Posted by Ghulam Rasool Begh (Guest)
on 2013-01-28 17:10
(Received via mailing list)
Hi all,I have created and installed a module gr-howto using gr_modtool. 
Since I had created it on a trial basis. How can I remove it.I used sudo 
make uninstall in the build subdirectory of the module it uninstalled 
various files and at the end it showedBuilt target uninstallWhen I check 
gr-howto folder, using ls command it shows :[abc@GRB gr-howto]$ lsapps 
build cmake CMakeLists.txt docs grc include lib python swig
Which command should I use to remove these folders
Regards
Begh
Posted by Mike Jameson (Guest)
on 2013-01-28 17:35
(Received via mailing list)
Hi,

Run the following command to remove them:


rm -r apps build cmake CMakeLists.txt docs grc include lib python swig


Mike
M0MIK
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.