head	1.1;
access;
symbols
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2012.11.17.04.43.42;	author svnexp;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2012.11.17.04.43.42;	author svnexp;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2014.03.16.00.01.46;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/243115
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243115 | sjg | 2012-11-16 01:37:25 +0000 (Fri, 16 Nov 2012) | 5 lines
## SVN ##
## SVN ## Merge bmake-20121111
## SVN ## Also pay attention to MK_SHARED_TOOLCHAIN.
## SVN ##
## SVN ## Approved by:	marcel (mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $NetBSD: order,v 1.1 2012/11/09 19:08:28 sjg Exp $

# Test that .ORDER is handled correctly.
# The explicit dependency the.o: the.h will make us examine the.h
# the .ORDER will prevent us building it immediately,
# we should then examine the.c rather than stop.

all: the.o

.ORDER: the.c the.h

the.c the.h:
	@@echo Making $@@

.SUFFIXES: .o .c

.c.o:
	@@echo Making $@@ from $?

the.o: the.h
@


1.1.2.1
log
@file order was added on branch RELENG_9 on 2014-03-16 00:01:46 +0000
@
text
@d1 20
@


1.1.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/263212
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 20
# $NetBSD: order,v 1.1 2012/11/09 19:08:28 sjg Exp $

# Test that .ORDER is handled correctly.
# The explicit dependency the.o: the.h will make us examine the.h
# the .ORDER will prevent us building it immediately,
# we should then examine the.c rather than stop.

all: the.o

.ORDER: the.c the.h

the.c the.h:
	@@echo Making $@@

.SUFFIXES: .o .c

.c.o:
	@@echo Making $@@ from $?

the.o: the.h
@


