[chirp_devel] Patch for bug #1241 : locales not included in Linux builds
Dan Smith
Fri Nov 15 17:33:29 PST 2013
> clean:
> rm -f $(MOFILES) *~ *.orig
> - rm -f `find . -name '*.mo'`
> - rmdir `find * -depth -type d`
> + find . -name '*.mo' -exec echo "{}" \;
> + find . -depth -type d -exec echo "{}" \;
How does this prevent anything from building? It's in the clean target...
Also, AFAICT, you're breaking the commands here, which are supposed to
delete all .mo files and directories by replacing them with just find
commands.
What am I missing?
--Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20131115/7f87e9d9/attachment-0001.bin
More information about the chirp_devel
mailing list