Re: [AD] Re: Make clean patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] Re: Make clean patch
- From: Ryan Patterson <cgamesplay@xxxxxxxxxx>
- Date: Thu, 30 Jun 2005 19:17:46 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Cfj5ylzVaBHedp3tWdfLxwT6ocKAsn9cx0OsIDWDNFfyfncZndxyE1cDRUkjFHUtG50K9Bwj0uNTGSdDhFUnzA1sVxlU9yLE3Fd3Hc6thyQOCZJVlsFnxyEDoM0BD63vMDJVyNvkTCU1Znl2Col9z9+4UWbqVHIDLDCPtWD66zc=
> find . -name .cvsignore -exec echo 'echo .DS_Store >> {}' ';' | sh
well, if it's every directory, this would be better:
find . -type 'd' -exec echo 'echo .DS_Store >> {}/.cvsignore' ';' | sh
--
Regards,
Ryan Patterson <mailto:cgamesplay@xxxxxxxxxx>