summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)AuthorFilesLines
2004-02-06I missed changing a defined(_NEED_GCC3) into a yes/no check.jlam1-2/+2
2004-02-06Whitespace nit.jlam1-2/+2
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam2-9/+9
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam4-13/+13
2004-02-06Remove a debugging statement.jlam1-2/+1
2004-02-06Hiding the PATH from certain phases of the build only accidentally workedjlam9-28/+36
2004-02-06Allow an empty USE_LANGUAGES setting to not break in show-shlib-type.jlam1-7/+7
2004-02-06We only prepend a directory to the PATH if we haven't already done sojlam9-31/+81
2004-02-05extract OPSYS and OS_VERSION from pkgsrc and use them in the reportgrant1-3/+8
2004-02-05show build start time in localtime, not seconds-since-epoch :)grant1-2/+6
2004-02-05Get the version string out of the MIPSpro compiler in the right way.jlam1-3/+4
2004-02-05Note that the variables (USE_LANGUAGES, GCC_REQD, PKGSRC_COMPILER) shouldjlam1-2/+3
2004-02-05Back out bikeshed material added in rev. 1.1371hubertf1-2/+2
2004-02-05Remove a local change which crept in with the last update.sketch1-3/+1
2004-02-05Allow this to work with ccache by passing the full PATH through libtool.jlam2-2/+4
2004-02-05Touch up the grammar a bit in the last commit.jlam1-6/+9
2004-02-05Use the new work log format used by buildlink3. Lines beginning withjlam2-4/+10
2004-02-05Mention that some buildlink3 variables are not defined at all times.seb1-2/+8
2004-02-05Pass the PATH when executing ${CC} so that the compiler may be found whenjlam1-1/+2
2004-02-05Document PREFER_PKGSRC and default to "no".jlam1-1/+10
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam1-5/+3
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam1-5/+4
2004-02-05Support a new global variable:jlam1-1/+11
2004-02-05When a pkg is already found install, tell the user to 'make deinstall'hubertf1-2/+2
2004-02-05GCC_REQD should be appended to, not set.jlam2-5/+5
2004-02-05Simpilfy the test for whether we're inside bsd.prefs.mk.jlam5-11/+11
2004-02-05Include bsd.compiler.mk inside both bsd.pkg.mk and bsd.prefs.mk and definejlam2-3/+15
2004-02-05Allow bsd.compiler.mk to be included by both bsd.prefs.mk and bsd.pkg.mk.jlam6-226/+281
2004-02-05Don't compute the CC_VERSION unless ${CC} exists.jlam3-3/+15
2004-02-05_CC is really meant to be evaluated from the value of CC _as found_ injlam1-4/+5
2004-02-05_GCC_PREFIX and _GCC_SUBPREFIX are expected to end in "/" if we're usingjlam1-3/+3
2004-02-05Reset the values of _GCC_PREFIX and _GCC_SUBPREFIX from the value ofjlam1-1/+5
2004-02-05Fix an error that crept in between revisions 1.25 and 1.26 where some /'sjlam1-3/+3
2004-02-04Missing a "jlam1-2/+2
2004-02-04case branches are separated by ;;jlam1-3/+3
2004-02-04Try to avoid "/" as the _GCC_SUBPREFIX.jlam1-2/+6
2004-02-04Make it more apparent where certain "not_found" values are being set forjlam1-3/+3
2004-02-04Make it more apparent where certain "not_found" values are set forjlam1-9/+9
2004-02-04Fix harmless for-loop-break bug.jlam1-2/+2
2004-02-04Instead of tedious validating every platform for full caching compliance,jlam2-26/+24
2004-02-04Avoid a non-zero exit value in a != variable definition.jlam1-2/+2
2004-02-04Define _GCC_PKG unconditionally since its value is determined by anotherjlam1-2/+2
2004-02-04Try to be smarter about detecting whether a cc in the PATH is actuallyjlam1-37/+40
2004-02-03Reorder checks when setting _GCC_SUBPREFIX so that we always search forjlam1-6/+9
2004-02-03Remove not_found checks now that we pre-filter them out when settingjlam1-3/+1
2004-02-03Do previous in a different way to avoid make errors.jlam1-2/+3
2004-02-03Don't add to LDFLAGS if the directories are "not_found".jlam1-1/+3
2004-02-03":H", not ":T", is the correct make variable modifier to get everythingjlam1-2/+2
2004-02-03Reorder sections a bit so that related sections are together.jlam1-49/+47
2004-02-03Whitespace nit.jlam1-2/+2