Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: newlib/libc/Makefile.in

Issue 1377003003: Specify output explicitly for the .c.o compile rule (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-newlib.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc. 6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 9 # with or without modifications, as long as this notice is preserved.
10 10
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 @USE_LIBTOOL_FALSE@ cd tmp; \ 1028 @USE_LIBTOOL_FALSE@ cd tmp; \
1029 @USE_LIBTOOL_FALSE@ for i in $(SUBLIBS); do \ 1029 @USE_LIBTOOL_FALSE@ for i in $(SUBLIBS); do \
1030 @USE_LIBTOOL_FALSE@ $(AR) x ../$$i; \ 1030 @USE_LIBTOOL_FALSE@ $(AR) x ../$$i; \
1031 @USE_LIBTOOL_FALSE@ done; \ 1031 @USE_LIBTOOL_FALSE@ done; \
1032 @USE_LIBTOOL_FALSE@ $(AR) $(AR_FLAGS) ../$@ *.o 1032 @USE_LIBTOOL_FALSE@ $(AR) $(AR_FLAGS) ../$@ *.o
1033 @USE_LIBTOOL_FALSE@ $(RANLIB) $@ 1033 @USE_LIBTOOL_FALSE@ $(RANLIB) $@
1034 @USE_LIBTOOL_FALSE@ rm -rf tmp 1034 @USE_LIBTOOL_FALSE@ rm -rf tmp
1035 1035
1036 $(SUBLIBS): ; @true 1036 $(SUBLIBS): ; @true
1037 1037
1038 crt0.o: sys/crt0.o 1038 crt0.o: $(wildcard sys/crt0.o)
1039 rm -f $@ 1039 rm -f $@
1040 » ln sys/crt0.o $@ >/dev/null 2>/dev/null || cp sys/crt0.o $@ 1040 » if test -f sys/crt0.o; then ln sys/crt0.o $@ >/dev/null 2>/dev/null || c p sys/crt0.o $@; fi
1041 1041
1042 sys/crt0.o: ; @true 1042 sys/crt0.o: ; @true
1043 1043
1044 libc.info: sigset.texi extra.texi stdio64.texi posix.texi iconvset.texi \ 1044 libc.info: sigset.texi extra.texi stdio64.texi posix.texi iconvset.texi \
1045 targetdep.tex $(SUBDEFS) 1045 targetdep.tex $(SUBDEFS)
1046 1046
1047 libc.dvi: sigset.texi extra.texi stdio64.texi posix.texi iconvset.texi \ 1047 libc.dvi: sigset.texi extra.texi stdio64.texi posix.texi iconvset.texi \
1048 targetdep.tex $(SUBDEFS) 1048 targetdep.tex $(SUBDEFS)
1049 1049
1050 stmp-sigset: config.status 1050 stmp-sigset: config.status
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 targetdep.tex: stmp-targetdep ; @true 1117 targetdep.tex: stmp-targetdep ; @true
1118 1118
1119 $(SUBDEFS): stmp-targetdep ; @true 1119 $(SUBDEFS): stmp-targetdep ; @true
1120 1120
1121 .PHONY: force 1121 .PHONY: force
1122 force: 1122 force:
1123 1123
1124 # Tell versions [3.59,3.63) of GNU make to not export all variables. 1124 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1125 # Otherwise a system limit (for SysV at least) may be exceeded. 1125 # Otherwise a system limit (for SysV at least) may be exceeded.
1126 .NOEXPORT: 1126 .NOEXPORT:
OLDNEW
« newlib/Makefile.am ('K') | « newlib/libc/Makefile.am ('k') | newlib/libc/sys/Makefile.am » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698