logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: Compiling netbsd current amd64 port: msg#00034

Subject: Re: Compiling netbsd current amd64 port
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hubert Feyrer wrote:
> So what's in line 175 of /usr/netbsd/src/Makefile?
> 
> And what sources do you have, exactly? (What does 'cd /usr/netbsd/src ;
> cvs status Makefile' say)
> 
> 
>  - Hubert

Sorry I should have given that extra information before. The cvs
status shows that I have rev 1.244. I.e.

File: Makefile          Status: Up-to-date

   Working revision:    1.244
   Repository revision: 1.244   /cvsroot/src/Makefile,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)


Lines 171 - 216:

171: #
172: # Targets (in order!) called by "make build".
173: #
174: .if ${USE_TOOLS_TOOLCHAIN} == "no"
175: . if ${HAVE_GCC} == "3"
176: LIBGCC_EXT=3
177: . else
178: LIBGCC_EXT=4
179: . endif
170: .else
181: LIBGCC_EXT=
182: .endif
183:
184: BUILDTARGETS+=     check-tools
185: .if ${MKUPDATE} == "no" && !defined(NOCLEANDIR)
186: BUILDTARGETS+=     cleandir
187: .endif
188: .if ${MKOBJDIRS} != "no"
189: BUILDTARGETS+=     obj
190: .endif
191: .if ${USETOOLS} == "yes"
192: BUILDTARGETS+=     do-tools
193: .endif
194: .if !defined(NODISTRIBDIRS)
195: BUILDTARGETS+=     do-distrib-dirs
196: .endif
197: .if !defined(NOINCLUDES)
198: BUILDTARGETS+=     includes
199: .endif
200: BUILDTARGETS+=     do-tools-compat
201: BUILDTARGETS+=     do-lib-csu
202: .if ${MKGCC} != "no"
203: .if (${HAVE_GCC} == "3" || ${HAVE_GCC} == "4")
204: BUILDTARGETS+=     do-gnu-lib-crtstuff${LIBGCC_EXT}
205: .endif
206: BUILDTARGETS+=     do-gnu-lib-libgcc${LIBGCC_EXT}
207: .endif
208: BUILDTARGETS+=     do-lib-libc
209: BUILDTARGETS+=     do-lib do-gnu-lib
210: BUILDTARGETS+=     do-ld.so
211: BUILDTARGETS+=     do-build
212: .if ${MKX11} != "no"
213: BUILDTARGETS+=     do-x11
214: .endif
215: BUILDTARGETS+=     do-obsolete




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFERDRQPfREiUgoLqwRAr/SAJwNHaMjzu247qWcvJb7ZG/n5x8qLgCfYhDN
2YzOo4YAoby0ldObxTyO1wk=
=v6q1
-----END PGP SIGNATURE-----



<Prev in Thread] Current Thread [Next in Thread>