summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
2000-05-21remove two of the previous ${_M}; they were invoked before $DESTDIR/share/mk ...mrg
2000-05-18Add ${_M} where it was missing in a few places.thorpej
2000-05-09HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9, as well.thorpej
2000-05-06if MAKEOBJDIRPREFIX defined, include etc in make objsjg
2000-04-11use MKSHARE=no instead.mrg
2000-04-10fix long standing bug in `make build' with $DESTDIR:mrg
2000-04-09At least one crypto-intl lib has an info file(s) - add MKINFO=no to thesimonb
2000-03-11Handle new make variable BUILD_DONE which creates an empty build target ifjlam
2000-03-08When you type `make obj', make obj dirs in distrib whether or not youcjs
2000-02-29Add a buildmsg target for build to depend upon instead of using an ifmake blo...erh
2000-02-26share/tmac is now installed by `make includes', so don't do it again.mycroft
2000-02-19Make 'make build' hook into crypto-tree for crypto specific build-timeaidan
2000-02-01make sure include and include/sys are populated before starting toassar
1999-12-05After ${MAKE} obj, explicitly make obj dirs in ${.CURDIR}/distrib as well.simonb
1999-12-04Revert previous but move "cd share/tmac" later down so that anysimonb
1999-12-03Move the "${MAKE} obj" above the share/tmac stage so that the generatedsimonb
1999-11-30Document MKOBJDIRS here, and sort the variable list in the commentssommerfeld
1999-11-30Add MKOBJDIRS make variable to bsd.own.mk, defaulting to "no" butsommerfeld
1999-09-14use new dependall target instead of depend then all in make buildperry
1999-07-12Remove all of the domestic/crypto-us glue from this file. It is handledthorpej
1999-05-27Handle crypto-us just like domesticchristos
1999-04-25Add the FORCE_DOMESTIC flag to force the 'all', 'includes',scottr
1999-04-01Improve documentation.cjs
1999-03-10Make a note of a subtle lossage mode pointed out by Mycroft.scottr
1999-03-10Make the includes and install targets consistent, and shove thescottr
1999-02-20Back out rev 1.90: The need for texinfo is a one-shot event. This wasscottr
1999-02-19make -> ${MAKE}scottr
1999-02-18Build and install texinfo before building and installing the world.mellon
1999-02-18Don't try to run makeinfo when doing preliminary GNU library builds.mellon
1999-02-17Revert 1.83; it doesn't work. A different fix for his problem is inscottr
1999-02-16Add release and snapshot targets. (They do the same thing.)cjs
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-02-11Back out the info dir changes; /usr/share/info was not in pkgsrc's infotv
1999-02-11If updating from a system which has a /usr/pkg/info/dir, move that totv
1999-02-09Build the domestic libraries first, before building programs. Unfortunatelychristos
1999-01-29Once more, from the beginning: we really, really don't want to descend intoscottr
1999-01-28If doing a "domestic" build, make sure whatis.db is built _after_ thescottr
1999-01-24Sigh. The last change was too clever. Instead of using EXPORTABLE_SYSTEM,scottr
1999-01-24When I split the build target into the top-level and "domestic" pieces, Iscottr
1999-01-05Don't build domestic bits directly; use the domestic 'build' targetscottr
1999-01-03Even if EXPORTABLE_SYSTEM is defined, descend into domestic for targetscjs
1998-12-22Add a 'NBUILDJOBS' variable which control the number of jobs started inbouyer
1998-12-12GC old gcc 2.7.2.2.tv
1998-12-07Let make do the NOMAN= variable assignments instead of the shell so ussimonb
1998-12-02It is no longer necessary to run ldconfig in the build: target. It isthorpej
1998-10-18Only ldconfig if it's there (ELF systems don't use ldconfig).thorpej
1998-10-16Do not build libgcc 3 times.mycroft
1998-10-15When doing a `make build' without DESTDIR, run ldconfig(8) after updating themycroft
1998-10-07Fix libgcc on alpha; shouldn't build 2.7 libgcc when bootstrapping.tv