public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: - Build the doxygen documentation for the C target in a C-docs subpackage
Date: Wed, 22 Jul 2026 19:37:04 GMT [thread overview]
Message-ID: <178474902438.1.12478053292024681609.rpms-antlr3-9e5586754c62@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : 9e5586754c623405dbb048357268be86412ccbf2
Author : Miloš Jakubíček <mjakubicek@fedoraproject.org>
Date : 2010-02-21T14:32:41+00:00
Stats : +0/-23 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/9e5586754c623405dbb048357268be86412ccbf2?branch=epel10
Log:
- Build the doxygen documentation for the C target in a C-docs subpackage
- BuildRequires/Requires cleanup across subpackages
- Update to 3.2, bootstrap build.
- Build bindings for C and JavaScript as well as gunit and maven plugin.
---
diff --git a/antlr-clean-generated b/antlr-clean-generated
deleted file mode 100644
index e8fbcca..0000000
--- a/antlr-clean-generated
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/python
-# Clean out files which look to have been generated by antlr
-# Author: Colin Walters <walters@verbum.org>
-# This file is hereby placed into the public domain.
-
-import os,sys,re
-
-_antlr_compiled_re = re.compile(r'// \$ANTLR.*:.*->.*\$$')
-
-def clean_antlr_generated(basedir):
- for (dpath,subdirs,fnames) in os.walk(basedir):
- for fname in fnames:
- fpath = os.path.join(dpath, fname)
- f = open(fpath)
- first = f.readline()
- f.close()
- if _antlr_compiled_re.match(first):
- print "Deleting antlr-compiled %s" % (fpath,)
- os.unlink(fpath)
-
-if __name__ == '__main__':
- basedir = sys.argv[1]
- clean_antlr_generated(basedir)
next reply other threads:[~2026-07-22 19:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-22 19:37 [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-07-22 19:37 [rpms/antlr3] epel10: - Build the doxygen documentation for the C target in a C-docs subpackage
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178474902438.1.12478053292024681609.rpms-antlr3-9e5586754c62@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox