Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For ${SUBDIR} targets, change the type of dependency operator from `::' | ru | 2005-05-31 | 1 | -2/+2 |
| | | | | | | | | | to `:', so that it stays compatible with a stale dependency recorded in .depend when the type of "foo" changes from file to directory or back. Compensate for the loss of the "If no sources are specified, the target is always re-created" feature by marking these targets with the .PHONY attribute. While here, fix a bug in the target's script (nobody uses these targets apparently). | ||||
* | Use -march=armv5te for Xscale. | cognet | 2005-05-24 | 1 | -1/+1 |
| | |||||
* | Toggle on warnings. This resolves the problem with building old releases | harti | 2005-04-29 | 1 | -0/+3 |
| | | | | | | | (getting zillions of warnings). Building an old release uses that release's sys.mk which does not switch on these warnings, so make will be silent. They can be switch on on the command line with the -x option to make. This has been tested by building RELENG_5_4 on CURRENT. | ||||
* | IPFIlter problems that prevented building should all now be resolved so | darrenr | 2005-04-28 | 1 | -5/+0 |
| | | | | remove this temporary measure. | ||||
* | Disable the IPFILTER bits until they compile again. This can be overriden | scottl | 2005-04-27 | 1 | -0/+5 |
| | | | | | | by adding WANT_IPFILTER to /etc/make.conf. Note that this is only a partial hack and only works when building the world and kernel the 'sanctioned' way. I hope that this hack is only temporary and can be reverted soon. | ||||
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵ | jkoshy | 2005-04-19 | 1 | -0/+1 |
| | | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes) | ||||
* | Make sure the only thing that follows .endif or .else is a comment. | harti | 2005-04-11 | 8 | -14/+14 |
| | |||||
* | Update comment to reflect default GENCAT value (changed in previous rev) | phantom | 2005-03-10 | 1 | -1/+1 |
| | | | | Reminded by: Joerg Sonnenberger | ||||
* | Wrap BSD r* commands in NO_RCMDS. | trhodes | 2005-03-02 | 1 | -0/+1 |
| | | | | | | Change NO_RCMDNS to NO_RCMDS and do the switch in bsd.compat.mk. Discussed with: ru, nectar | ||||
* | Accept the old user interface for NO_CLEAN as it is a POLA violation as | obrien | 2005-02-28 | 1 | -1/+0 |
| | | | | we've eventually changed the user interface of a common command. | ||||
* | style.Makefile(5): remove trailing spaces. | obrien | 2005-02-27 | 1 | -1/+1 |
| | |||||
* | There's no '-new' argument for gencat(1) anymore | phantom | 2005-02-27 | 1 | -1/+1 |
| | |||||
* | Handle endianness for arm. | cognet | 2005-02-25 | 1 | -2/+4 |
| | |||||
* | Add endianness support to cap_mkdb(1), useful for cross builds. | ru | 2005-02-22 | 2 | -2/+13 |
| | |||||
* | Add a SUBDIR_TARGETS variable which can be set to a list of | ru | 2005-02-14 | 1 | -1/+2 |
| | | | | | | | | | | | | additional targets that will cause descending into subdirs. Example: cd /sys/modules; make load SUBDIR_TARGETS=load (But don't try it with your pet.) Submitted by: Alexey Klimov PR: 47601 | ||||
* | Allow building/installing of NLS catalogs while building of libraries | phantom | 2005-02-08 | 1 | -0/+1 |
| | | | | MFC after: 3 days | ||||
* | Linkage with -lobjc requires -lpthread nowadays. | jmallett | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | Move -Wunused-parameter from WARNS level 3 level 4. | obrien | 2005-01-16 | 1 | -2/+4 |
| | | | | | | | Also break long lines -- note that the '\' must be up against the last character of a line to keep command-line spacing proper. Requested by: rwatson | ||||
* | Use >= so we can use the actual WARNS levels. | obrien | 2005-01-16 | 1 | -6/+6 |
| | |||||
* | Revert previous revision. Including bsd.compat.mk is necessary | ru | 2005-01-09 | 1 | -0/+1 |
| | | | | | both from sys.mk (to handle old knobs set in /etc/make.conf), and from here (to handle old knobs set in individual makefiles). | ||||
* | Remove trailing spaces. | krion | 2005-01-06 | 7 | -13/+13 |
| | |||||
* | Include bsd.compat.mk early from sys.mk, enough for makefiles | ru | 2004-12-23 | 2 | -1/+1 |
| | | | | | | | using conditional statements to see the new spellings of NO_* knobs (in case user still uses old spellings). Reported by: kris | ||||
* | NOPAM -> NO_PAM | ru | 2004-12-21 | 1 | -0/+1 |
| | |||||
* | NOFORTH -> NO_FORTH | ru | 2004-12-21 | 1 | -0/+1 |
| | |||||
* | NOCLEAN -> NO_CLEAN | ru | 2004-12-21 | 1 | -0/+2 |
| | | | | NOCLEANDIR -> NO_CLEANDIR | ||||
* | NOSHARE -> NO_SHARE | ru | 2004-12-21 | 1 | -0/+1 |
| | |||||
* | NOHTML -> NO_HTML | ru | 2004-12-21 | 1 | -0/+1 |
| | |||||
* | NOINET6 -> NO_INET6 | ru | 2004-12-21 | 1 | -0/+1 |
| | |||||
* | NOGAMES -> NO_GAMES | ru | 2004-12-21 | 1 | -0/+1 |
| | |||||
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 2 | -2/+3 |
| | |||||
* | NOSHARED -> NO_SHARED | ru | 2004-12-21 | 2 | -1/+2 |
| | |||||
* | NOFSCHG -> NO_FSCHG | ru | 2004-12-21 | 3 | -2/+3 |
| | |||||
* | NOINSTALLLIB -> NO_INSTALLLIB | ru | 2004-12-21 | 2 | -1/+2 |
| | |||||
* | NOMLINKS -> NO_MLINKS | ru | 2004-12-21 | 2 | -2/+3 |
| | |||||
* | NOTAGS -> NO_TAGS | ru | 2004-12-21 | 2 | -2/+3 |
| | |||||
* | NOEXTRADEPEND -> NO_EXTRADEPEND | ru | 2004-12-21 | 2 | -1/+2 |
| | |||||
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 4 | -16/+22 |
| | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE | ||||
* | NOATM -> NO_ATM | ru | 2004-12-21 | 2 | -0/+2 |
| | |||||
* | NOLIBC_R -> NO_LIBC_R | ru | 2004-12-21 | 1 | -0/+3 |
| | | | | | NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR | ||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 7 | -18/+35 |
| | | | | OK'ed by: core | ||||
* | If PORTNAME is set in a system Makefile then hook into the ports | paul | 2004-12-20 | 2 | -0/+52 |
| | | | | | mechanisms to allow a package to be created. This paves the way for packaging the main tree. | ||||
* | Rev 1.44 was a little over-zealous for FreeBSD/AMD64, trim. | obrien | 2004-12-11 | 1 | -2/+3 |
| | |||||
* | No need to add I386_CPU to CFLAGS here for 80386 systems as they are no | jhb | 2004-11-16 | 1 | -3/+0 |
| | | | | longer supported. | ||||
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | bz | 2004-11-13 | 1 | -2/+6 |
| | | | | | | | | | | | If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks | ||||
* | Install precious programs with -S. | ru | 2004-11-12 | 1 | -1/+4 |
| | |||||
* | Compiling with 'strict-aliasing' optimization breaks some [notable] ports. | obrien | 2004-11-11 | 1 | -1/+1 |
| | | | | | GCC turns on 'strict-aliasing' optimization at all levels above -O[1], so explicitly turn it off when using compiling with the -O2 optimization level. | ||||
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -0/+4 |
| | | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver | ||||
* | Switch the default CFLAGS to -O2 -pipe. | des | 2004-10-25 | 1 | -1/+1 |
| | | | | Submitted by: obrien | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | any fake value. | ||||
* | Define "I386_CPU" if CPUTYPE is 'i386'. Userland bits can check for "I386_CPU" | obrien | 2004-10-19 | 1 | -0/+3 |
| | | | | | | to determine if they should select code paths suitable for the 80386 CPU. Suggested by: ru |