* [gentoo-commits] gentoo-x86 commit in sci-astronomy/cdsclient/files: cdsclient-makefile.in.patch
@ 2009-02-17 22:03 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-02-17 22:03 UTC (permalink / raw
To: gentoo-commits
bicatali 09/02/17 22:03:51
Added: cdsclient-makefile.in.patch
Log:
Now propagate LDFLAGS, and merge fixes in patch
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-astronomy/cdsclient/files/cdsclient-makefile.in.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/files/cdsclient-makefile.in.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/cdsclient/files/cdsclient-makefile.in.patch?rev=1.1&content-type=text/plain
Index: cdsclient-makefile.in.patch
===================================================================
--- Makefile.in.orig 2009-02-17 21:45:45.469037983 +0000
+++ Makefile.in 2009-02-17 22:01:42.960921967 +0000
@@ -59,7 +59,6 @@
DEBUG =
C_OPT = -O
SYS =
-CFLAGS = $(C_OPT) $(DEBUG) $(SYS) -I.
# FILES --------------------------------
VERFILE = $(PREFIX)/versions
@@ -91,7 +90,7 @@
# RULES --------------------------------
.SUFFIXES: .o .c
.c.o:
- $(CC) $(CFLAGS) -c $<
+ $(CC) $(CFLAGS) -I. -c $<
# DEPENDENCIES --------------------------------
@@ -110,17 +109,15 @@
rm -f $$f; ln finducac2 $$f; done
aclient: aclient.o $(OBJ)
- $(CC) $@.o $(OBJ) $(LIBSYS) -o $@
- $(STRIP) $@
+ $(CC) $(LDFLAGS) $@.o $(OBJ) $(LIBSYS) -o $@
wwwget: wwwget.c
- $(CC) wwwget.c $(LIBSYS) -o $@
- $(STRIP) $@
+ $(CC) $(LDFLAGS) wwwget.c $(LIBSYS) -o $@
doc: sk.tex man.tex aclient.tex
latex man.tex
-install: $(EXPORT_INSTALL) install_shs install_info
+install: $(EXPORT_INSTALL) install_shs
rm -rf *.cache
export_install: install_bin install_man
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-17 22:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-17 22:03 [gentoo-commits] gentoo-x86 commit in sci-astronomy/cdsclient/files: cdsclient-makefile.in.patch Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox