Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 1996 10:04:01 -0500
From:      Steve Price <sprice@hiwaay.net>
To:        hackers@freebsd.org, freebsd-smp@freebsd.org
Cc:        bill@thuvia.qstools.com
Subject:   Re: NetBSD ==> FreeBSD make(1)
Message-ID:  <324D3E61.4A7B7C1D@hiwaay.net>

next in thread | raw e-mail | index | archive | help

Here is a brief list of the changes to make(1).

Add these directives:

        .ORDER          ; control build order of targets
        .PARALLEL       ; not fully implemented
        .PHONY          ; always out of date target
        .WAIT           ; more parallel-related stuff

Add these command line arguments:

        -B           ; set backward compatibility mode
        -m directory ; override the default system include path

Also, tons of stuff to better support SunOS/SVSV-based machines,
and scads of job-control related fixes/enhancements.

Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?324D3E61.4A7B7C1D>