Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
103b4f2a
Commit
103b4f2a
authored
Sep 09, 2009
by
Emmanuel Bertin
Browse files
Added new rpm-best option in Makefile.am.
parent
d3931ecf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
103b4f2a
...
@@ -20,3 +20,7 @@ rpm-icc: dist
...
@@ -20,3 +20,7 @@ rpm-icc: dist
cp
-f
$(PACKAGE_NAME)
-
$(PACKAGE_VERSION)
.tar.gz
$(RPM_SRCDIR)
cp
-f
$(PACKAGE_NAME)
-
$(PACKAGE_VERSION)
.tar.gz
$(RPM_SRCDIR)
USE_ICC
=
"1"
rpmbuild
-ba
--clean
--nodeps
$(PACKAGE_NAME)
.spec
USE_ICC
=
"1"
rpmbuild
-ba
--clean
--nodeps
$(PACKAGE_NAME)
.spec
rpm-best
:
dist
cp
-f
$(PACKAGE_NAME)
-
$(PACKAGE_VERSION)
.tar.gz
$(RPM_SRCDIR)
USE_BEST
=
"1"
rpmbuild
-ba
--clean
--nodeps
$(PACKAGE_NAME)
.spec
sextractor.spec.in
View file @
103b4f2a
...
@@ -23,7 +23,9 @@ SExtractor stands for ``Source Extractor'': a software for making catalog of sou
...
@@ -23,7 +23,9 @@ SExtractor stands for ``Source Extractor'': a software for making catalog of sou
%setup -q
%setup -q
%build
%build
if test "$USE_ICC"; then
if test "$USE_BEST"; then
%configure --enable-icc --enable-auto-flags --enable-best-link
elif test "$USE_ICC"; then
%configure --enable-icc
%configure --enable-icc
else
else
%configure
%configure
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment