diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-01 16:47:43 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-01 16:48:16 +0300 |
commit | c22fff5b931ef553f29a5cbc1b2bb6e868a74659 (patch) | |
tree | d741c630b58916a79bd81897806ccad8cbd114f2 /rpmpopt.in | |
parent | f9740318a81bbb72cdd046a80a38116e2f7be8e4 (diff) | |
download | librpm-tizen-c22fff5b931ef553f29a5cbc1b2bb6e868a74659.tar.gz librpm-tizen-c22fff5b931ef553f29a5cbc1b2bb6e868a74659.tar.bz2 librpm-tizen-c22fff5b931ef553f29a5cbc1b2bb6e868a74659.zip |
Eliminate silly and unused timecheck feature from (lib)rpmbuild
- This was broken for years without anybody complaining, should
be safe to conclude nobody will miss it later either. And if
somebody misses it, this is a job for rpmlint really.
Diffstat (limited to 'rpmpopt.in')
-rw-r--r-- | rpmpopt.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmpopt.in b/rpmpopt.in index dc10b5b70..92e3a2e02 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -166,7 +166,6 @@ rpmbuild alias --ftpport --define '_httpport !#:+' rpmbuild alias --ftpproxy --define '_httpproxy !#:+' rpmbuild alias --httpport --define '_httpport !#:+' rpmbuild alias --httpproxy --define '_httpproxy !#:+' -rpmbuild alias --timecheck --define '_timecheck !#:+' rpmbuild alias --with --define "_with_!#:+ --with-!#:+" \ --POPTdesc=$"enable configure <option> for build" \ --POPTargs=$"<option>" |