X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=TACkMjr8dywzT+tndo+P/GT8T/+GFT4Kg7LHzw3RDHU=; b=Cr7pt9kKMunn9fMvN528sJwJF8ur/vyeAD+Rz+BJakqY+kJITmBAu1g+UQQrFLGua6 7py6QPL1YkgbOaxJS296TBnzL6R224LWF7RkPCcvmlqnNYIBhTyoe20zbaZIPyfZAoYA rsm0eO2vY70SHlPvdmZNGKVqltjYBl4/7T30A= MIME-Version: 1.0 Date: Sat, 2 Jul 2011 22:10:55 +0300 Message-ID: Subject: [patch] remove gcc.opt and gcc-l.opt from repo From: Ozkan Sezer To: djgpp-workers AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: djgpp-workers AT delorie DOT com Well, not a "patch" actually, but something requiring a "cvs delete src/gcc.opt src/gcc-l.opt" gcc.opt and gcc-l.opt are generated files (make clean removes them as of yesterday's cvs) and shouldn't actually reside in the repo. Regards. -- O.S.